Browse code

Update the instructions for building experimental docker binaries

There is no dynbinary target.

Signed-off-by: Tom Denham <tom@tomdee.co.uk>

Tom Denham authored on 2015/09/17 05:16:36
Showing 1 changed files
... ...
@@ -65,9 +65,9 @@ After downloading the appropriate binary, you can follow the instructions
65 65
 ### Build an experimental binary
66 66
 You can also build the experimental binary from the standard development environment by adding
67 67
 `DOCKER_EXPERIMENTAL=1` to the environment where you run `make` to build Docker binaries. For example,
68
-to build a dynamically-linked Docker binary with the experimental features enabled:
68
+to build a Docker binary with the experimental features enabled:
69 69
 
70
-        $ DOCKER_EXPERIMENTAL=1 make dynbinary
70
+        $ DOCKER_EXPERIMENTAL=1 make binary
71 71
 
72 72
 ## Current experimental features
73 73