Skip to content

Commit

Permalink
Merge pull request #331 from Albonycal/patch-1
Browse files Browse the repository at this point in the history
Improved installation instructions
  • Loading branch information
chubin committed Apr 18, 2022
2 parents 742dd9f + a023fdd commit 571377f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Expand Up @@ -218,8 +218,7 @@ 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 571377f

Please sign in to comment.