From 3e8752bcb72e4171d8742c90d5d084ccb04a185b Mon Sep 17 00:00:00 2001 From: Prasanna Gautam Date: Mon, 10 Nov 2014 20:05:35 -0500 Subject: [PATCH] properly line wrapping Signed-off-by: Prasanna Gautam Upstream-commit: 48424df68539965fec3056f4c349383948890896 Component: engine --- .../engine/docs/sources/contributing/devenvironment.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/components/engine/docs/sources/contributing/devenvironment.md b/components/engine/docs/sources/contributing/devenvironment.md index 70eafbbde4..f39dec6708 100644 --- a/components/engine/docs/sources/contributing/devenvironment.md +++ b/components/engine/docs/sources/contributing/devenvironment.md @@ -63,12 +63,14 @@ To create the Docker binary, run this command: $ sudo make binary -This will create the Docker binary in `./bundles/-dev/binary/`. If you do not see files in the `./bundles` directory in your host, -your `BINDDIR` setting is not set quite right. You want to run the following command: +This will create the Docker binary in `./bundles/-dev/binary/`. If you +do not see files in the `./bundles` directory in your host, your `BINDDIR` +setting is not set quite right. You want to run the following command: $ sudo make BINDDIR=. binary -If you are on a non-Linux platform, e.g., OSX, you'll want to run `make cross` or `make BINDDIR=. cross`. +If you are on a non-Linux platform, e.g., OSX, you'll want to run `make cross` +or `make BINDDIR=. cross`. ### Using your built Docker binary