1
0
Fork 0
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:
Eddie Jaoude 2017-11-22 10:23:14 +00:00 committed by Starbeamrainbowlabs
parent a562bddfa5
commit be45f49de5

View file

@ -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?