Skip to content

Commit

Permalink
Updating README to remove the hacky step
Browse files Browse the repository at this point in the history
  • Loading branch information
agnivade committed Dec 29, 2016
1 parent 4422ce7 commit 8d6faca
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,8 @@ A `Node.js` based command-line client for [tldr](https://github.com/tldr-pages/t
## Installing

```bash
npm install -g tldr
sudo npm install -g tldr
```

If you are installing with sudo, pass the `--user` parameter:

```bash
sudo npm install -g tldr --user=$(whoami)
```

This is required because we populate the page cache after installation. And npm by default downgrades the post-install user permission level to `nobody` when run as root.

## Usage

To see tldr pages:
Expand Down

0 comments on commit 8d6faca

Please sign in to comment.