]> prime8.dev >> repos - ttyd.git/commitdiff
Update README
authorShuanglei Tao <tsl0922@gmail.com>
Fri, 8 Mar 2024 15:56:43 +0000 (23:56 +0800)
committerGitHub <noreply@github.com>
Fri, 8 Mar 2024 15:56:43 +0000 (23:56 +0800)
README.md

index 6b0bbbeee503ff3aea2f69f7c161bf51e92ca774..84793323025441391d34b203efde44ad99ceac89 100644 (file)
--- a/README.md
+++ b/README.md
@@ -28,13 +28,13 @@ ttyd is a simple command-line tool for sharing terminal over the web.
 
 ## Install on macOS
 
-- Install with [homebrew](http://brew.sh): `brew install ttyd`
+- Install with [Homebrew](http://brew.sh): `brew install ttyd`
 - Install with [MacPorts](https://www.macports.org): `sudo port install ttyd`
 
 ## Install on Linux
 
 - Binary version (recommended): download from the [releases](https://github.com/tsl0922/ttyd/releases) page
-- [Brew.sh](https://docs.brew.sh/Homebrew-on-Linux) : `brew install ttyd`
+- Install with [Homebrew](https://docs.brew.sh/Homebrew-on-Linux) : `brew install ttyd`
 - Install the snap: `sudo snap install ttyd --classic`
 - Build from source (debian/ubuntu):
     ```bash
@@ -52,7 +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 [WinGet](https://github.com/microsoft/winget-cli): `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)