mirror of
https://github.com/chubin/cheat.sh
synced 2024-11-10 05:24:13 +00:00
Merge pull request #331 from Albonycal/patch-1
Improved installation instructions
This commit is contained in:
commit
571377f2f7
1 changed files with 1 additions and 2 deletions
|
@ -218,8 +218,7 @@ chmod +x "$PATH_DIR/cht.sh"
|
|||
or to install it globally (for all users):
|
||||
|
||||
```bash
|
||||
curl https://cht.sh/:cht.sh | sudo tee /usr/local/bin/cht.sh
|
||||
chmod +x /usr/local/bin/cht.sh
|
||||
curl -s https://cht.sh/:cht.sh | sudo tee /usr/local/bin/cht.sh && sudo chmod +x /usr/local/bin/cht.sh
|
||||
```
|
||||
|
||||
Note: The package "rlwrap" is a required dependency to run in shell mode. Install this using `sudo apt install rlwrap`
|
||||
|
|
Loading…
Reference in a new issue