From b5c9a742570fe93d20276f786c0b54d85c6a376f Mon Sep 17 00:00:00 2001 From: Matthieu Grieger Date: Mon, 20 Jun 2016 17:32:49 -0700 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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: