Skip to content

Commit

Permalink
Added install from source instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmartinelli committed Aug 19, 2015
1 parent 6bdedcd commit 555bab5
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Expand Up @@ -16,7 +16,7 @@ You can download a single binary for Linux, OSX or Windows.
**OSX**

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

./pgfutter --help
Expand All @@ -25,7 +25,7 @@ chmod +x pgfutter
**Linux**

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

./pgfutter --help
Expand Down Expand Up @@ -207,6 +207,12 @@ pgfutter csv --table violations traffic_violations.csv

For more sophisticated needs you should use [pgloader](http://pgloader.io).

## Install from source

```bash
go get github.com/lukasmartinelli/pgfutter
```

## Regression Tests

The program is tested with open data sets from around the world.
Expand Down

0 comments on commit 555bab5

Please sign in to comment.