Update README.md
This commit is contained in:
parent
9ea5482949
commit
b5c9a74257
|
@ -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:
|
||||
|
|
Reference in a new issue