diff --git a/Ubuntu.md b/Ubuntu.md index 76de3b3f..705564bd 100644 --- a/Ubuntu.md +++ b/Ubuntu.md @@ -35,4 +35,4 @@ sudo apt-get update sudo apt-get install golang-go ``` -> **Note that golang-go installs latest Go as default Go. If you do not want that, install `golang-1.12` instead and use the binaries from /usr/lib/go-1.12/bin.** +> **Note that `golang-go` installs latest Go as default Go. If you do not want that, install `golang-1.12` instead and use the binaries from `/usr/lib/go-1.12/bin`.**