mirror of
https://github.com/cheat/cheat.git
synced 2024-11-24 06:51:36 +01:00
Updated Installing (markdown)
parent
9915a8d3eb
commit
8a90666837
@ -7,6 +7,18 @@ There are several methods for installing `cheat` on your system.
|
|||||||
[sudo] pip install cheat
|
[sudo] pip install cheat
|
||||||
```
|
```
|
||||||
|
|
||||||
|
it is also possible to install cheat as user only by running
|
||||||
|
|
||||||
|
```sh
|
||||||
|
pip install --user cheat
|
||||||
|
```
|
||||||
|
|
||||||
|
then you have extend your `PATH` to include $HOME/.local/bin:
|
||||||
|
|
||||||
|
export PATH="$HOME/.local/bin:$PATH"
|
||||||
|
|
||||||
|
This line can be added to your bashrc/zshrc.
|
||||||
|
|
||||||
### homebrew ###
|
### homebrew ###
|
||||||
To install `cheat` using homebrew, run:
|
To install `cheat` using homebrew, run:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user