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 fc9c953 commit 8a71954Copy full SHA for 8a71954
README.md
@@ -429,13 +429,18 @@ because you know what happens when you do.
429
430
You can access cheat.sh from Windows command line too.
431
432
-Use cheat.sh command line client for that: [cht.exe](https://github.com/tpanj/cht.exe).
+Use cheat.sh command line client for that: [`cht.exe`](https://github.com/tpanj/cht.exe).
433
It supports:
434
435
* output colorization;
436
* command line options;
437
* its own configuration file.
438
439
+You can also use [`scoop`](https://github.com/lukesampson/scoop) command-line installer for Windows to get it:
440
+```batch
441
+scoop install cht
442
+```
443
+
444
## Self-Hosting
445
446
### Docker
0 commit comments