Skip to content

Commit 0089433

Browse files
authored
Merge pull request #122 from goostleek/readme-update-installation-step-with-scoop-installer
Update README with scoop install option for Windows
2 parents fc9c953 + 8a71954 commit 0089433

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,13 +429,18 @@ because you know what happens when you do.
429429

430430
You can access cheat.sh from Windows command line too.
431431

432-
Use cheat.sh command line client for that: [cht.exe](https://github.com/tpanj/cht.exe).
432+
Use cheat.sh command line client for that: [`cht.exe`](https://github.com/tpanj/cht.exe).
433433
It supports:
434434

435435
* output colorization;
436436
* command line options;
437437
* its own configuration file.
438438

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+
439444
## Self-Hosting
440445

441446
### Docker

0 commit comments

Comments
 (0)