From be45f49de573ad55440bdf23aab1af2d83102f51 Mon Sep 17 00:00:00 2001 From: Eddie Jaoude Date: Wed, 22 Nov 2017 10:23:14 +0000 Subject: [PATCH] npm: sudo is not needed to npm install (#1639) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b7c7be3c3..c63d4c17c 100644 --- a/README.md +++ b/README.md @@ -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?