Skip to content

Commit

Permalink
release 7
Browse files Browse the repository at this point in the history
  • Loading branch information
yhakbar committed Dec 21, 2020
1 parent a65f122 commit c239c9b
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/6/gorson-6-darwin-amd64
$ wget https://github.com/pbs/gorson/releases/download/7/gorson-7-darwin-amd64
```

## Linux

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

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

0 comments on commit c239c9b

Please sign in to comment.