From 801fd1af256134b749ee3dd29ea5ed41d2594482 Mon Sep 17 00:00:00 2001 From: Mary Anthony Date: Thu, 18 Dec 2014 09:10:08 -0800 Subject: [PATCH] Argghhh...I need to automate that signoff. Fixing lack of signoff Signed-off-by: Mary Anthony --- docs/sources/contributing/devenvironment.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/sources/contributing/devenvironment.md b/docs/sources/contributing/devenvironment.md index 5030a2d751..c9efd3bf93 100644 --- a/docs/sources/contributing/devenvironment.md +++ b/docs/sources/contributing/devenvironment.md @@ -52,8 +52,9 @@ On Mac OS X, from within the `boot2docker` shell: $ make build > **Note**: -> On Mac OS X, **do not** build Docker make targets such as `build`, `binary`, and `test` -> under root using the `sudo` command. +> On Mac OS X, the Docker make targets such as `build`, `binary`, and `test` +> should **not** be built by the 'root' user. Therefore, you shouldn't use `sudo` when +> running these commands on OS X. If the build is successful, congratulations! You have produced a clean build of docker, neatly encapsulated in a standard build environment.