1
1
mirror of https://github.com/chubin/cheat.sh.git synced 2024-11-22 01:40:48 +03:00

Compare commits

...

3 Commits

Author SHA1 Message Date
Igor Chubin
571377f2f7
Merge pull request #331 from Albonycal/patch-1
Improved installation instructions
2022-04-18 20:42:05 +02:00
Albony Cal
a023fdd4bf
updated installation instructions 2022-03-13 17:57:58 +05:30
Albony Cal
b2cbf519e3
Improved installation instructions
`curl` using the `-s` 
and added missing `sudo`
2022-03-13 13:14:41 +05:30

View File

@ -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`