mirror of
https://github.com/chubin/cheat.sh.git
synced 2026-06-20 05:06:44 +02:00
updated installation instructions
This commit is contained in:
@@ -218,8 +218,7 @@ chmod +x "$PATH_DIR/cht.sh"
|
||||
or to install it globally (for all users):
|
||||
|
||||
```bash
|
||||
curl -s https://cht.sh/:cht.sh | sudo tee /usr/local/bin/cht.sh
|
||||
sudo 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`
|
||||
|
||||
Reference in New Issue
Block a user