Skip to content

Commit

Permalink
release 6
Browse files Browse the repository at this point in the history
  • Loading branch information
cmac1000 committed Sep 23, 2020
1 parent 0efeb7b commit cd93942
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,20 +76,20 @@ Currently gorson ships binaries for OS X and Linux 64bit systems. You can downlo
## OS X

```
$ wget https://github.com/pbs/gorson/releases/download/5/gorson-5-darwin-amd64
$ wget https://github.com/pbs/gorson/releases/download/6/gorson-6-darwin-amd64
```

## Linux

Download the binary
```
$ wget https://github.com/pbs/gorson/releases/download/5/gorson-5-darwin-amd64
$ wget https://github.com/pbs/gorson/releases/download/6/gorson-6-darwin-amd64
```

Move the binary to an installation path, make it executable, and add to path
```
mkdir -p /opt/gorson/bin
mv gorson-5-linux-amd64 /opt/gorson/bin/gorson
mv gorson-6-linux-amd64 /opt/gorson/bin/gorson
chmod +x /opt/gorson/bin/gorson
export PATH="$PATH:/opt/gorson/bin"
```
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 = "5"
const Version = "6"

0 comments on commit cd93942

Please sign in to comment.