From e643f46f85c68c8a50e75f662dcd6bc56b465a42 Mon Sep 17 00:00:00 2001 From: Shimon Doodkin Date: Fri, 4 Mar 2016 15:36:09 +0200 Subject: [PATCH] add directions how to install up to version from date ppa:ubuntu-lxc/lxd-stable --- Ubuntu.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Ubuntu.md b/Ubuntu.md index d7560ad7..c24cf00b 100644 --- a/Ubuntu.md +++ b/Ubuntu.md @@ -3,9 +3,14 @@ The `golang` Debian package may have already made its way into your Ubuntu distribution. Try this: ``` +$ sudo add-apt-repository ppa:ubuntu-lxc/lxd-stable +$ sudo apt-get update $ sudo apt-get install golang ``` +just note there is golang in ubuntu but it is not up to date the date version might be found at +https://launchpad.net/~ubuntu-lxc/+archive/ubuntu/lxd-stable + That is all you need to get `go` working on your system. (You can use `go env GOROOT` to be sure where the Go files are, if you're curious.) Don't forget to create your GOPATH.