Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bzon authored May 23, 2018
1 parent dd61f6e commit 61ce62c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ Get the executable binary for your platform from the [Release Page](https://gith
```bash
# downloading via wget
wget https://github.com/bzon/gota/releases/download/0.1.4/gota-linux-amd64
# symlink

# rename the executable
mv gota-linux-amd64 gota

# test gota
Expand All @@ -51,7 +52,8 @@ gota version v0.1.4 linux/amd64
```bash
# downloading via wget
wget https://github.com/bzon/gota/releases/download/0.1.4/gota-windows-amd64.exe
# symlink

# rename the executable
mv gota-windows-amd64.exe gota.exe

# test gota
Expand All @@ -66,7 +68,8 @@ gota version v0.1.4 windows/amd64
```bash
# downloading via wget
wget https://github.com/bzon/gota/releases/download/0.1.4/gota-darwin-amd64
# symlink

# rename the executable
mv gota-darwin-amd64 gota

# test gota
Expand Down

0 comments on commit 61ce62c

Please sign in to comment.