mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-04 20:51:44 +00:00
update doc to newer go
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user