diff --git a/README.md b/README.md index a8b31c0..3256092 100644 --- a/README.md +++ b/README.md @@ -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: