Skip to content

Commit

Permalink
Update README to include packages you have to install
Browse files Browse the repository at this point in the history
  • Loading branch information
suhailpatel committed Apr 7, 2016
1 parent d2f6bcf commit 9e8aef9
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,27 @@ Instalation
brew install go
```

2. Setup your GOPATH and pull the code:
2. Setup your GOPATH env variable and pull the code:

```
go get github.com/citymapper/go-minipypi
```

3. Build the code:
3. Install the requirements (if you haven't done so already)

```
go get github.com/aws/aws-sdk-go/aws
go get gopkg.in/yaml.v2
```

4. Build the code:

```
cd $GOPATH/src/github.com/citymapper/go-minipypi
go build .
```

4. Run it:
5. Run it:

```
./go-minipypi
Expand All @@ -41,5 +48,3 @@ Notes:
------
Its requires a config file, see config.yml.
It requires a ini file that holds the AWS credentials. See aws_credentials.ini


0 comments on commit 9e8aef9

Please sign in to comment.