Browse code

update doc to newer go

Victor Vieux authored on 2013/06/05 22:19:49
Showing 1 changed files
... ...
@@ -8,8 +8,11 @@ Setting Up a Dev Environment
8 8
 Instructions that have been verified to work on Ubuntu 12.10,
9 9
 
10 10
 .. code-block:: bash
11
-
12
-    sudo apt-get -y install lxc wget bsdtar curl golang git
11
+		
12
+    sudo apt-get install python-software-properties
13
+    sudo add-apt-repository ppa:gophers/go
14
+    sudo apt-get update
15
+    sudo apt-get -y install lxc wget bsdtar curl golang-stable git
13 16
 
14 17
     export GOPATH=~/go/
15 18
     export PATH=$GOPATH/bin:$PATH