File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,13 +28,13 @@ ttyd is a simple command-line tool for sharing terminal over the web.
28
28
29
29
## Install on macOS
30
30
31
- - Install with [ homebrew ] ( http://brew.sh ) : ` brew install ttyd `
31
+ - Install with [ Homebrew ] ( http://brew.sh ) : ` brew install ttyd `
32
32
- Install with [ MacPorts] ( https://www.macports.org ) : ` sudo port install ttyd `
33
33
34
34
## Install on Linux
35
35
36
36
- Binary version (recommended): download from the [ releases] ( https://github.com/tsl0922/ttyd/releases ) page
37
- - [ Brew.sh ] ( https://docs.brew.sh/Homebrew-on-Linux ) : ` brew install ttyd `
37
+ - Install with [ Homebrew ] ( https://docs.brew.sh/Homebrew-on-Linux ) : ` brew install ttyd `
38
38
- Install the snap: ` sudo snap install ttyd --classic `
39
39
- Build from source (debian/ubuntu):
40
40
``` bash
@@ -52,7 +52,7 @@ ttyd is a simple command-line tool for sharing terminal over the web.
52
52
# # Install on Windows
53
53
54
54
- Binary version (recommended): download from the [releases](https://github.com/tsl0922/ttyd/releases) page
55
- - Install with [Winget ](https://github.com/microsoft/winget-pkgs ): ` winget install tsl0922.ttyd`
55
+ - Install with [WinGet ](https://github.com/microsoft/winget-cli ): ` winget install tsl0922.ttyd`
56
56
- Install with [Scoop](https://scoop.sh/# /apps?q=ttyd&s=2&d=1&o=true): `scoop install ttyd`
57
57
- [Compile on Windows](https://github.com/tsl0922/ttyd/wiki/Compile-on-Windows)
58
58
You can’t perform that action at this time.
0 commit comments