-
Notifications
You must be signed in to change notification settings - Fork 6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add npm on README.md #2160
Add npm on README.md #2160
Conversation
vsn4ik
commented
Apr 2, 2017
Q | A |
---|---|
Bug fix? | no |
New feature? | no |
BC breaks? | no |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few comments, otherwise good to go!
README.md
Outdated
@@ -21,7 +23,18 @@ Please note: It might take a few hours until a new version is available on cdnjs | |||
|
|||
## Development | |||
|
|||
Once you cloned the repo, you'll need to install [grunt](http://gruntjs.com/) and the development dependencies using [yarn](https://yarnpkg.com/). | |||
Once you cloned the repo, you'll need to install [grunt](https://gruntjs.com/) and the development dependencies using package manager: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
....using a package manager...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
README.md
Outdated
|
||
$ [sudo] yarn global add grunt-cli | ||
$ yarn install | ||
* [yarn](https://yarnpkg.com/): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add (Recommended)
at the end of this line. As we want to encourage people to use yarn. As it is faster, safer to use
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Thanks @vsn4ik! |