add directions how to install up to version from date ppa:ubuntu-lxc/lxd-stable

Shimon Doodkin 2016-03-04 15:36:09 +02:00
parent df806fa6c0
commit e643f46f85

@ -3,9 +3,14 @@
The `golang` Debian package may have already made its way into your Ubuntu distribution. Try this: 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 $ 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. 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.