From 2373a91d0bfd5b06203adc081a300e2ea38eb04f Mon Sep 17 00:00:00 2001 From: "gautam, prasanna" Date: Sun, 9 Nov 2014 19:52:38 -0500 Subject: [PATCH] limiting to 80 chars Signed-off-by: Prasanna Gautam < prasannagautam@gmail.com > Upstream-commit: 3600bcb53127c7d9f67d639c1f4e61c460b1d605 Component: engine --- components/engine/docs/sources/contributing/devenvironment.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/engine/docs/sources/contributing/devenvironment.md b/components/engine/docs/sources/contributing/devenvironment.md index a5c2cc3057..0f6f5f4bc1 100644 --- a/components/engine/docs/sources/contributing/devenvironment.md +++ b/components/engine/docs/sources/contributing/devenvironment.md @@ -63,7 +63,8 @@ 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