Skip to content

Commit

Permalink
docs(readme): change install version to latest stable release (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
Broderick-Westrope authored Dec 20, 2024
1 parent 7db3e73 commit 16f5641
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 @@ -51,13 +51,7 @@ Ensure that you have a supported version of Go properly installed and setup. You
You can then install the latest release globally by running:

```bash
go install github.com/Broderick-Westrope/tetrigo/cmd/tetrigo@latest
```

Or you can install into another directory:

```bash
env GOBIN=/bin go install github.com/Broderick-Westrope/tetrigo/cmd/tetrigo@latest
go install github.com/Broderick-Westrope/tetrigo/cmd/tetrigo@v0.1.6
```

## Usage
Expand Down

0 comments on commit 16f5641

Please sign in to comment.