mirror of
https://github.com/bower/bower.git
synced 2026-04-24 03:00:19 -04:00
[doc] Encourage to always use --save option
This commit is contained in:
11
README.md
11
README.md
@@ -34,14 +34,11 @@ See complete command line reference at [bower.io/docs/api/](http://bower.io/docs
|
||||
# install dependencies listed in bower.json
|
||||
$ bower install
|
||||
|
||||
# install a package
|
||||
$ bower install <package>
|
||||
|
||||
# install specific version of a package
|
||||
$ bower install <package>#<version>
|
||||
|
||||
# install and save to bower.json dependencies
|
||||
# install a package and add it to bower.json
|
||||
$ bower install <package> --save
|
||||
|
||||
# install specific version of a package and add it to bower.json
|
||||
$ bower install <package>#<version> --save
|
||||
```
|
||||
|
||||
### Using packages
|
||||
|
||||
Reference in New Issue
Block a user