Skip to content

Commit 571377f

Browse files
authored
Merge pull request #331 from Albonycal/patch-1
Improved installation instructions
2 parents 742dd9f + a023fdd commit 571377f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,7 @@ 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 && sudo chmod +x /usr/local/bin/cht.sh
223222
```
224223

225224
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)