From 9eb84383712d9a2fcff78a907a44e0ccc2a9e517 Mon Sep 17 00:00:00 2001 From: Jose Quintana Date: Fri, 17 Jun 2022 00:39:30 +0200 Subject: [PATCH] docs: brew install static-web-server-bin [skip ci] --- docs/content/download-and-install.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/content/download-and-install.md b/docs/content/download-and-install.md index cd1ade5..c0d12f3 100644 --- a/docs/content/download-and-install.md +++ b/docs/content/download-and-install.md @@ -22,10 +22,15 @@ yay -S static-web-server-bin ### MacOS -Via [Homebrew](https://brew.sh/) +Via [Homebrew](https://brew.sh/) (also Linux) ```sh brew tap static-web-server/static-web-server + +# Just the binary +brew install static-web-server-bin + +# Or build from source brew install static-web-server ``` -- libgit2 1.7.2