mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 09:02:08 +02:00
commit
ca2378a30a
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,10 @@
|
||||||
|
|
||||||
`npm install`
|
`npm install`
|
||||||
|
|
||||||
|
- Download and install a module globally
|
||||||
|
|
||||||
|
`npm install -g {{module_name}}`
|
||||||
|
|
||||||
- Download a given dependency, and add it to the package.json
|
- Download a given dependency, and add it to the package.json
|
||||||
|
|
||||||
`npm install {{module_name}}@{{version}} --save`
|
`npm install {{module_name}}@{{version}} --save`
|
||||||
|
|
Loading…
Add table
Reference in a new issue