Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
a-tokyo authored Nov 18, 2016
1 parent 41210ea commit b4e8f55
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,14 @@ The currently supported subjects are News and Weather.
## Setup

### Go Installation
Visit <a href="https://golang.org/">https://golang.org/</a>
Visit <a href="https://golang.org">https://golang.org</a>

### Setup GOPATH
run these two commands on the terminal
```
echo "export PATH=$GOPATH/bin:$PATH" >> ~/.bashrc
source ~/.bashrc
```

then run this
go get github.com/kardianos/govendor
go get github.com/pilu/fresh
Expand All @@ -26,3 +25,10 @@ go get github.com/pilu/fresh
- `fresh` will start the server and listen to changes
- instead of fresh you can run `go run main.go`
- If you want to run individual file just run `go nameoffile.go` in the terminal

## Contribution

- Currently we need to add more 3rd party APIs to the bot.
> Once you implement the API communication code, adjust the bot to reply about specific entities with this API's response.
- Also we need to modularize the current APIs into seperate files and packages.

0 comments on commit b4e8f55

Please sign in to comment.