commit | 63ba1d2e2cb6ce1589f8ca108a56463b3e6df2d2 | [log] [tgz] |
---|---|---|
author | Simon Eisenmann <simon@longsleep.org> | Sat Oct 27 17:45:18 2018 +0200 |
committer | Simon Eisenmann <simon@longsleep.org> | Sat Oct 27 17:45:18 2018 +0200 |
tree | 09b98e2fd866cc7744702cde6b5f07f6c5ff6ad0 | |
parent | 10b0b97e507bff1aa3d50a8fce1e49bc033ad7b4 [diff] [blame] |
Updated Ubuntu (markdown)
diff --git a/Ubuntu.md b/Ubuntu.md index 43929d1..46d052d 100644 --- a/Ubuntu.md +++ b/Ubuntu.md
@@ -32,4 +32,6 @@ 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.**