]> prime8.dev >> repos - ttyd.git/commitdiff
README: add brew install on linux (#1021)
authorSALES <5235127+adriens@users.noreply.github.com>
Tue, 5 Mar 2024 13:30:07 +0000 (00:30 +1100)
committerGitHub <noreply@github.com>
Tue, 5 Mar 2024 13:30:07 +0000 (21:30 +0800)
Complete linux install options with `brew`

README.md

index e5f7146a4d3eeebc507e51bc86bef0e09dfa2a91..bc0c008e3232e25348ac0c37cdf55c200332cd1b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -34,6 +34,7 @@ ttyd is a simple command-line tool for sharing terminal over the web.
 ## 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 the snap: `sudo snap install ttyd --classic`
 - Build from source (debian/ubuntu):
     ```bash