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 46d1a5f commit b2cbf51Copy full SHA for b2cbf51
README.md
@@ -218,8 +218,8 @@ 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