]> prime8.dev >> repos - ttyd.git/commitdiff
Add winget installation method (#1315)
authorMr.k <mineshtine28546271@gmail.com>
Fri, 8 Mar 2024 15:47:07 +0000 (18:47 +0300)
committerGitHub <noreply@github.com>
Fri, 8 Mar 2024 15:47:07 +0000 (23:47 +0800)
Add a new method of installing 'ttyd' using 'winget'.

README.md

index 6afcf7797b7eb289dca07b996abeeb854aaca06d..6b0bbbeee503ff3aea2f69f7c161bf51e92ca774 100644 (file)
--- a/README.md
+++ b/README.md
@@ -52,6 +52,7 @@ ttyd is a simple command-line tool for sharing terminal over the web.
 ## Install on Windows
 
 - Binary version (recommended): download from the [releases](https://github.com/tsl0922/ttyd/releases) page
+- Install with [Winget](https://github.com/microsoft/winget-pkgs): `winget install tsl0922.ttyd`
 - Install with [Scoop](https://scoop.sh/#/apps?q=ttyd&s=2&d=1&o=true): `scoop install ttyd`
 - [Compile on Windows](https://github.com/tsl0922/ttyd/wiki/Compile-on-Windows)