commit | 43f8a8ab8413c9da0d9aaaa519ca908e5b7af8eb | [log] [tgz] |
---|---|---|
author | David Landry <david@dmwl.net> | Wed Sep 06 16:25:31 2017 -0400 |
committer | David Landry <david@dmwl.net> | Wed Sep 06 16:25:31 2017 -0400 |
tree | 939470c975f8aea672cae4840d41154d6ff5f4c7 | |
parent | af52a0b71cc8926fb9eb5349f4b599142009cb73 [diff] [blame] |
The golang-go package puts 'go' in a folder already on the PATH. The golang-1.8-go package doesn't.
diff --git a/Ubuntu.md b/Ubuntu.md index 8860a14..258a4a0 100644 --- a/Ubuntu.md +++ b/Ubuntu.md
@@ -10,6 +10,8 @@ $ sudo apt-get install golang-1.8-go ``` +> Note that golang-1.8-go puts binaries in /usr/lib/go-1.8/bin. If you want them on your PATH, you need to make the change yourself. + Using snaps also works quite well: ```