We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2cbf51 commit a023fddCopy full SHA for a023fdd
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 -s https://cht.sh/:cht.sh | sudo tee /usr/local/bin/cht.sh
222
-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
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