Skip to content

Commit 60b0dcf

Browse files
committed
add installation notes
1 parent 6bd97c5 commit 60b0dcf

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ Github.js provides a minimal higher-level wrapper around git's [plumbing command
99

1010
This repo is now officially maintained by [DevelopmentSeed](https://github.com/developmentseed), the people behind [Prose.io](http://prose.io).
1111

12+
## Installation
13+
14+
Either grab `github.js` from this repo or install via NPM:
15+
16+
```
17+
npm install github-api
18+
```
19+
1220
## Usage
1321

1422
Create a Github instance.

0 commit comments

Comments
 (0)