mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
update doc to newer go
This commit is contained in:
parent
04050c4173
commit
e3cc625315
1 changed files with 5 additions and 2 deletions
|
@ -9,7 +9,10 @@ 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
|
||||
|
|
Loading…
Add table
Reference in a new issue