mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
README: add brew option (#9656)
This commit is contained in:
parent
2ceed8c839
commit
ef25c670c8
1 changed files with 7 additions and 1 deletions
|
@ -54,12 +54,18 @@ which is supported by the tldr-pages project maintainers:
|
||||||
npm install -g tldr
|
npm install -g tldr
|
||||||
```
|
```
|
||||||
|
|
||||||
Alternatively, you can also use the [Python client](https://github.com/tldr-pages/tldr-python-client) which can be installed via `pip3`.
|
Alternatively, you can also use the [Python client](https://github.com/tldr-pages/tldr-python-client), which can be installed via `pip3`.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
pip3 install tldr
|
pip3 install tldr
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Or Mac users can also install our [C Client](https://github.com/tldr-pages/tldr-c-client) using Homebrew.
|
||||||
|
|
||||||
|
```sh
|
||||||
|
brew install tldr
|
||||||
|
```
|
||||||
|
|
||||||
Then you have direct access to simplified, easy-to-read help for commands, such as `tar`,
|
Then you have direct access to simplified, easy-to-read help for commands, such as `tar`,
|
||||||
accessible through typing `tldr tar` instead of the standard `man tar`.
|
accessible through typing `tldr tar` instead of the standard `man tar`.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue