From 784842c7fd358ce32247dbefd2fcd2527fe7a6ac Mon Sep 17 00:00:00 2001
From: SALES <5235127+adriens@users.noreply.github.com>
Date: Wed, 6 Mar 2024 00:30:07 +1100
Subject: [PATCH] README: add brew install on linux (#1021)

Complete linux install options with `brew`
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index e5f7146..bc0c008 100644
--- 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
-- 
2.43.4