We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 742dd9f + a023fdd commit 571377fCopy full SHA for 571377f
README.md
@@ -218,8 +218,7 @@ chmod +x "$PATH_DIR/cht.sh"
218
or to install it globally (for all users):
219
220
```bash
221
-curl https://cht.sh/:cht.sh | sudo tee /usr/local/bin/cht.sh
222
-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
223
```
224
225
Note: The package "rlwrap" is a required dependency to run in shell mode. Install this using `sudo apt install rlwrap`
0 commit comments