Skip to content

Commit

Permalink
Improved installation instructions
Browse files Browse the repository at this point in the history
`curl` using the `-s` 
and added missing `sudo`
  • Loading branch information
Albonycal authored Mar 13, 2022
1 parent 46d1a5f commit b2cbf51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,8 @@ chmod +x "$PATH_DIR/cht.sh"
or to install it globally (for all users):

```bash
curl https://cht.sh/:cht.sh | sudo tee /usr/local/bin/cht.sh
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
```

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

0 comments on commit b2cbf51

Please sign in to comment.