From b057e7f3f2a2a9fb333f4f7f7632745c512e243f Mon Sep 17 00:00:00 2001 From: Leo Lamprecht Date: Sun, 11 Sep 2016 11:08:50 +0200 Subject: [PATCH] How to contribute --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index bc0ae1b..ba7d5e0 100644 --- a/README.md +++ b/README.md @@ -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!