From e3cc625315ffdc47e6ea8d94812c7423853435b8 Mon Sep 17 00:00:00 2001 From: Victor Vieux Date: Wed, 5 Jun 2013 13:19:49 +0000 Subject: [PATCH] update doc to newer go --- docs/sources/contributing/devenvironment.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/sources/contributing/devenvironment.rst b/docs/sources/contributing/devenvironment.rst index b5742c780a..100afac781 100644 --- a/docs/sources/contributing/devenvironment.rst +++ b/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