Browse Source

update doc to newer go

Victor Vieux 12 years ago
parent
commit
e3cc625315
1 changed files with 5 additions and 2 deletions
  1. 5 2
      docs/sources/contributing/devenvironment.rst

+ 5 - 2
docs/sources/contributing/devenvironment.rst

@@ -8,8 +8,11 @@ Setting Up a Dev Environment
 Instructions that have been verified to work on Ubuntu 12.10,
 
 .. code-block:: bash
-
-    sudo apt-get -y install lxc wget bsdtar curl golang git
+		
+    sudo apt-get install python-software-properties
+    sudo add-apt-repository ppa:gophers/go
+    sudo apt-get update
+    sudo apt-get -y install lxc wget bsdtar curl golang-stable git
 
     export GOPATH=~/go/
     export PATH=$GOPATH/bin:$PATH