From 05c4d20d2177b62e1995362ee4f7c81232eecc94 Mon Sep 17 00:00:00 2001 From: "Mr.k" Date: Fri, 8 Mar 2024 18:47:07 +0300 Subject: [PATCH] Add winget installation method (#1315) Add a new method of installing 'ttyd' using 'winget'. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6afcf77..6b0bbbe 100644 --- 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) -- 2.43.4