Skip to content

Commit

Permalink
How to contribute
Browse files Browse the repository at this point in the history
  • Loading branch information
leo committed Sep 11, 2016
1 parent c616652 commit b057e7f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -21,3 +21,10 @@ For more examples, usage instructions and other commands run:
```bash
$ now help
```

## Contribute

1. [Fork](https://help.github.com/articles/fork-a-repo/) this repository to your own GitHub account and then [clone](https://help.github.com/articles/cloning-a-repository/) it to your local device
2. Link the package to the global module directory: `npm link`
3. Transpile the source code and watch for changes: `npm start`
4. You can now start using `now` from the command line!

0 comments on commit b057e7f

Please sign in to comment.