Merge pull request #3330 from loganfsmyth/recommend-nonglobal

Remove global install recommendation.
This commit is contained in:
Henry Zhu 2016-02-06 22:19:41 -05:00
commit f3fca16838

View File

@ -5,7 +5,7 @@
## Install
```sh
$ npm install --global babel-cli
$ npm install babel-cli
```
## Usage