ソースを参照

Fix typo and add dependency details in hack/PACKAGERS.md

Solomon Hykes 12 年 前
コミット
03e36caeb1
1 ファイル変更2 行追加2 行削除
  1. 2 2
      hack/PACKAGERS.md

+ 2 - 2
hack/PACKAGERS.md

@@ -43,7 +43,7 @@ under the path *src/github.com/dotcloud/docker*. See
 
 ## Go dependencies
 
-All Go dependencies are vendored under ,/vendor. They are used by the official build,
+All Go dependencies are vendored under ./vendor. They are used by the official build,
 so the source of truth for the current version is whatever is in ./vendor.
 
 To use the vendored dependencies, simply make sure the path to ./vendor is included in $GOPATH.
@@ -112,7 +112,7 @@ The test suite will also download a small test container, so you will need inter
 To run properly, docker needs the following software to be installed at runtime:
 
 * GNU Tar version 1.26 or later
-* A recent build of iproute2 (2012-05-21 or later), and specifically the "ip" utility.
+* iproute2 version 3.5 or later (build after 2012-05-21), and specifically the "ip" utility.
 * iptables version 1.4 or later
 * The lxc utility scripts (http://lxc.sourceforge.net) version 0.8 or later.
 * Git version 1.7 or later