Skip to content

Commit 5a40435

Browse files
committed
Update Readme with brew instructions
1 parent 9a30c9c commit 5a40435

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,12 @@ Bare metal to production ready in mins; imagine fly.io on your VPS
3030
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.
3131

3232
## Installation
33-
With GO installed on your system you need to run
33+
34+
On a Mac:
35+
```bash
36+
brew install sidekick
37+
```
38+
Linux/Windows you need GO installed on your system then you need to run:
3439
```bash
3540
go install github.com/mightymoud/sidekick@latest
3641
```

0 commit comments

Comments
 (0)