mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-07 23:57:24 +00:00
Update cheatsheets
This commit is contained in:
@@ -18,8 +18,8 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Download the latest version of a package and add it to the list of dev dependencies in `package.json`:
|
||||
|
||||
`npm {{[i|install]}} {{[-D|--save-dev]}} {{package_name}}`
|
||||
`npm {{[i|install]}} {{package_name}} {{[-D|--save-dev]}}`
|
||||
|
||||
- Download the latest version of a package and install it globally:
|
||||
|
||||
`npm {{[i|install]}} {{[-g|--global]}} {{package_name}}`
|
||||
`npm {{[i|install]}} {{package_name}} {{[-g|--global]}}`
|
||||
|
||||
Reference in New Issue
Block a user