| ... | ... |
@@ -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 |