From 5a40435f9c4fa3f3ff6b3d5f2900dd723afb473d Mon Sep 17 00:00:00 2001 From: Mahmoud Mousa Date: Tue, 24 Sep 2024 07:27:17 +0900 Subject: [PATCH] Update Readme with brew instructions --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5677cd6..538128a 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,12 @@ Bare metal to production ready in mins; imagine fly.io on your VPS I'm tired of the complexity involved in hosting my side projects. While some platforms, like Fly.io, stand out in the crowded field of Heroku replacements, I believe a simple VPS can be just as effective. That's why I created Sidekick: to make hosting side projects as straightforward, affordable, and production-ready as possible. You'll be surprised how much traffic a $8/month instance on DigitalOcean can handle. ## Installation -With GO installed on your system you need to run + +On a Mac: +```bash +brew install sidekick +``` +Linux/Windows you need GO installed on your system then you need to run: ```bash go install github.com/mightymoud/sidekick@latest ```