From 732bc3ed7b28e70eca4dd626e9e3bc62d67905c2 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Wed, 30 Nov 2016 12:35:38 +0000 Subject: [PATCH] mention the fix for installing the node client (#1178) This error is getting quite frequent. We should solve https://github.com/tldr-pages/tldr-node-client/issues/119 asap. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d9fe2508a9..afbb3d4dd4 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,8 @@ A collection of simplified and community-driven man pages. -Install it with `npm install -g tldr` or [try the web client](http://tldr.ostera.io). +Install it with `sudo npm install -g tldr --user=$(whoami)` +or [try the web client](http://tldr.ostera.io). ## What is tldr?