Update README.md

This commit is contained in:
Matthieu Grieger 2016-06-20 17:32:49 -07:00 committed by GitHub
parent 9ea5482949
commit b5c9a74257

View file

@ -69,11 +69,14 @@ A SoundCloud client ID must be present in your configuration file in order to us
### Via `go install` (recommended)
After verifying that the [requirements](#requirements) are installed, simply issue the following command:
After verifying that the [requirements](#requirements) are installed, simply issue the following commands:
```
go get -u github.com/matthieugrieger/mumbledj
go install github.com/matthieugrieger/mumbledj
```
If you see errors but `go install` properly installs MumbleDJ, don't worry about it.
This will place a binary in `$GOPATH/bin` that can be used to start the bot.
**NOTE:** If using Go 1.5, you MUST execute the following for `go install` to work: