Skip to content

Commit

Permalink
Update Readme with brew instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
MightyMoud committed Sep 23, 2024
1 parent 9a30c9c commit 5a40435
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 5a40435

Please sign in to comment.