From 63ba1d2e2cb6ce1589f8ca108a56463b3e6df2d2 Mon Sep 17 00:00:00 2001 From: Simon Eisenmann Date: Sat, 27 Oct 2018 17:45:18 +0200 Subject: [PATCH] Updated Ubuntu (markdown) --- Ubuntu.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Ubuntu.md b/Ubuntu.md index 43929d11..46d052de 100644 --- a/Ubuntu.md +++ b/Ubuntu.md @@ -32,4 +32,6 @@ If you're using Ubuntu 16.04 LTS, 18.04 LTS or 18.10, then you can use the `long sudo add-apt-repository ppa:longsleep/golang-backports sudo apt-get update sudo apt-get install golang-go -``` \ No newline at end of file +``` + +> **Note that golang-go installs latest Go as default Go. If you do not want that, install `golang-1.11` instead and use the binaries from /usr/lib/go-1.11/bin.**