We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95b3835 commit fc9c953Copy full SHA for fc9c953
README.md
@@ -202,9 +202,18 @@ has several useful features compared to querying the service directly with `curl
202
To install the client:
203
204
```
205
+ mkdir -p ~/bin/
206
curl https://cht.sh/:cht.sh > ~/bin/cht.sh
207
chmod +x ~/bin/cht.sh
208
209
+
210
+or to install it globally (for all users):
211
212
+```
213
+ curl https://cht.sh/:cht.sh | sudo tee /usr/local/bin/cht.sh
214
+ chmod +x /usr/local/bin/cht.sh
215
216
217
Note: The package "rlwrap" is a required dependency to run in shell mode. Install this using `sudo apt install rlwrap`
218
219
### Client usage
0 commit comments