Skip to content

Commit

Permalink
docs: Remove go install
Browse files Browse the repository at this point in the history
  • Loading branch information
MightyMoud committed Oct 5, 2024
1 parent 1ead99f commit 5ce79b3
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,12 @@ I'm tired of the complexity involved in hosting my side projects. While some pla

## Installation

On a Mac:
Using brew:

```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
```

## Usage

Sidekick helps you along all the steps of deployment on your VPS. From basic setup to zero downtime deploys, we got you! ✊
Expand Down

4 comments on commit 5ce79b3

@dirad
Copy link

@dirad dirad commented on 5ce79b3 Oct 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why did you remove this if it still works?

I Originally installed using Go, didn't want to use brew, and just updated to latest version using the same command.

@MightyMoud
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The go install won't have the version information.
I working to unify the version distribution so I can tell what version someone is running when they have an issue.
If you run sidekick --version for you now you would see dev

@dirad
Copy link

@dirad dirad commented on 5ce79b3 Oct 9, 2024 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MightyMoud
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had it hardcoded before, but now it should be back to dev on latest latest version. Flush your go cache and try to install again to get v0.6.3

Please sign in to comment.