diff --git a/docs/sources/contributing/devenvironment.md b/docs/sources/contributing/devenvironment.md index 0f6f5f4bc1..70eafbbde4 100644 --- a/docs/sources/contributing/devenvironment.md +++ b/docs/sources/contributing/devenvironment.md @@ -68,7 +68,7 @@ your `BINDDIR` setting is not set quite right. You want to run the following com $ sudo make BINDDIR=. binary -If you are not in Linux - for example: OSX, you 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