Browse Source

Indicate how to link the package properly

master
Leo Lamprecht 8 years ago
parent
commit
81a2b874b9
  1. 2
      readme.md

2
readme.md

@ -27,7 +27,7 @@ now help
## Caught a Bug?
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`
2. Link the package to the global module directory: `npm run link` (not `npm link`)
3. You can now start using `now` from the command line!
As always, you can use `npm test` to run the tests and see if your changes have broken anything.

Loading…
Cancel
Save