소스 검색

Update docs

Guillaume J. Charmes 12 년 전
부모
커밋
79fe864d9a
3개의 변경된 파일3개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 1
      README.md
  2. 1 1
      docs/sources/contributing/devenvironment.rst
  3. 1 2
      docs/sources/installation/binaries.rst

+ 1 - 1
README.md

@@ -262,7 +262,7 @@ Setting up a dev environment
 Instructions that have been verified to work on Ubuntu 12.10,
 
 ```bash
-sudo apt-get -y install lxc wget bsdtar curl golang git
+sudo apt-get -y install lxc curl xz-utils golang git
 
 export GOPATH=~/go/
 export PATH=$GOPATH/bin:$PATH

+ 1 - 1
docs/sources/contributing/devenvironment.rst

@@ -33,7 +33,7 @@ Installation
     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
+    sudo apt-get -y install lxc xz-utils curl golang-stable git
 
     export GOPATH=~/go/
     export PATH=$GOPATH/bin:$PATH

+ 1 - 2
docs/sources/installation/binaries.rst

@@ -30,8 +30,7 @@ Dependencies:
 * 3.8 Kernel (read more about :ref:`kernel`)
 * AUFS filesystem support
 * lxc
-* bsdtar
-
+* xz-utils
 
 Get the docker binary:
 ----------------------