Skip to content

Commit b2cbf51

Browse files
authored
Improved installation instructions
`curl` using the `-s` and added missing `sudo`
1 parent 46d1a5f commit b2cbf51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,8 @@ chmod +x "$PATH_DIR/cht.sh"
218218
or to install it globally (for all users):
219219

220220
```bash
221-
curl https://cht.sh/:cht.sh | sudo tee /usr/local/bin/cht.sh
222-
chmod +x /usr/local/bin/cht.sh
221+
curl -s https://cht.sh/:cht.sh | sudo tee /usr/local/bin/cht.sh
222+
sudo chmod +x /usr/local/bin/cht.sh
223223
```
224224

225225
Note: The package "rlwrap" is a required dependency to run in shell mode. Install this using `sudo apt install rlwrap`

0 commit comments

Comments
 (0)