Skip to content

Commit

Permalink
Updated version to v0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmartinelli committed Aug 19, 2015
1 parent ca7fb3f commit 6bdedcd
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,29 +16,19 @@ You can download a single binary for Linux, OSX or Windows.
**OSX**

```bash
wget -O pgfutter https://github.com/lukasmartinelli/pgfutter/releases/download/v0.1-alpha/pgfutter_darwin_amd64
wget -O pgfutter https://github.com/lukasmartinelli/pgfutter/releases/download/v0.3/pgfutter_darwin_amd64
chmod +x pgfutter

cat << $ >> ~/.bash_profile
> export PATH = "$(pwd):\$PATH"
> $
$ source ~/.bash_profile

pgfutter --help
./pgfutter --help
```

**Linux**

```bash
wget -O pgfutter https://github.com/lukasmartinelli/pgfutter/releases/download/v0.1-alpha/pgfutter_linux_amd64
wget -O pgfutter https://github.com/lukasmartinelli/pgfutter/releases/download/v0.3/pgfutter_linux_amd64
chmod +x pgfutter

cat << $ >> ~/.bash_rc
> export PATH = "$(pwd):\$PATH"
> $
$ source ~/.bash_rc

pgfutter --help
./pgfutter --help
```

If you are using Windows or 32-bit architectures you need to [download the appropriate binary
Expand Down

0 comments on commit 6bdedcd

Please sign in to comment.