mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 16:26:00 +02:00
npm: sudo is not needed to npm install (#1639)
This commit is contained in:
parent
a562bddfa5
commit
be45f49de5
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
|
||||
A collection of simplified and community-driven man pages.
|
||||
|
||||
Install it with `sudo npm install -g tldr`
|
||||
Install it with `npm install -g tldr`
|
||||
or [try the web client](http://tldr.ostera.io).
|
||||
|
||||
## What is tldr?
|
||||
|
|
Loading…
Add table
Reference in a new issue