浏览代码

Update the instructions for building experimental docker binaries

There is no dynbinary target.

Signed-off-by: Tom Denham <tom@tomdee.co.uk>
Tom Denham 9 年之前
父节点
当前提交
f9e9a622f0
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      experimental/README.md

+ 2 - 2
experimental/README.md

@@ -65,9 +65,9 @@ After downloading the appropriate binary, you can follow the instructions
 ### Build an experimental binary
 You can also build the experimental binary from the standard development environment by adding
 `DOCKER_EXPERIMENTAL=1` to the environment where you run `make` to build Docker binaries. For example,
-to build a dynamically-linked Docker binary with the experimental features enabled:
+to build a Docker binary with the experimental features enabled:
 
-        $ DOCKER_EXPERIMENTAL=1 make dynbinary
+        $ DOCKER_EXPERIMENTAL=1 make binary
 
 ## Current experimental features