Prechádzať zdrojové kódy

Merge pull request #16354 from tomdee/patch-3

Update the instructions for building experimental docker binaries
Jess Frazelle 9 rokov pred
rodič
commit
96c735a724
1 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  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
 ### Build an experimental binary
 You can also build the experimental binary from the standard development environment by adding
 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,
 `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
 ## Current experimental features