From f9e9a622f08def0e7f7581dc0bec1de39fcbf56e Mon Sep 17 00:00:00 2001 From: Tom Denham Date: Wed, 16 Sep 2015 13:16:36 -0700 Subject: [PATCH] Update the instructions for building experimental docker binaries There is no dynbinary target. Signed-off-by: Tom Denham --- experimental/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/experimental/README.md b/experimental/README.md index 8da601d6f2..2ffdb854a5 100644 --- a/experimental/README.md +++ b/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