Skip to content

Commit a023fdd

Browse files
authored
updated installation instructions
1 parent b2cbf51 commit a023fdd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
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 -s https://cht.sh/:cht.sh | sudo tee /usr/local/bin/cht.sh
222-
sudo 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)