Skip to content

Commit

Permalink
release 9
Browse files Browse the repository at this point in the history
  • Loading branch information
yhakbar committed Feb 16, 2021
1 parent 074a080 commit df12759
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,14 +104,14 @@ wget https://github.com/pbs/gorson/releases/download/6/gorson-6-darwin-amd64
Download the binary
```bash
wget https://github.com/pbs/gorson/releases/download/6/gorson-6-darwin-amd64
wget https://github.com/pbs/gorson/releases/download/9/gorson-9-darwin-amd64
```
Move the binary to an installation path, make it executable, and add to path
```bash
mkdir -p /opt/gorson/bin
mv gorson-6-linux-amd64 /opt/gorson/bin/gorson
mv gorson-9-linux-amd64 /opt/gorson/bin/gorson
chmod +x /opt/gorson/bin/gorson
export PATH="$PATH:/opt/gorson/bin"
```
Expand All @@ -135,13 +135,13 @@ asdf list-all gorson
Install a particular version
```bash
asdf install gorson 6
asdf install gorson 8
```
Make a particular version your default
```bash
asdf global gorson 6
asdf global gorson 8
```
# Notes
Expand Down
2 changes: 1 addition & 1 deletion internal/gorson/version/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package version

// Version is current gorson version
const Version = "8"
const Version = "9"

0 comments on commit df12759

Please sign in to comment.