We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd5e9a1 commit f0abdcdCopy full SHA for f0abdcd
README.md
@@ -15,7 +15,7 @@ A `Node.js` based command-line client for [tldr](https://github.com/tldr-pages/t
15
## Installing
16
17
```bash
18
-sudo npm install -g tldr
+npm install -g tldr
19
```
20
## Usage
21
@@ -130,6 +130,10 @@ fpath = (my/completions $fpath)
130
131
## FAQ
132
133
+#### `npm install -g tldr` throws an error
134
+
135
+You probably have a permission problem, which you can solve [Here](https://docs.npmjs.com/getting-started/fixing-npm-permissions).
136
137
#### Colors under Cygwin
138
139
Colors can't be shown under Mintty or PuTTY, because the dependency `colors.js` has a bug.
0 commit comments