Quellcode durchsuchen

limiting to 80 chars

Signed-off-by: Prasanna Gautam < prasannagautam@gmail.com >
gautam, prasanna vor 10 Jahren
Ursprung
Commit
3600bcb531
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. 2 1
      docs/sources/contributing/devenvironment.md

+ 2 - 1
docs/sources/contributing/devenvironment.md

@@ -63,7 +63,8 @@ To create the Docker binary, run this command:
 
 
     $ sudo make binary
     $ sudo make binary
 
 
-This will create the Docker binary in `./bundles/<version>-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/<version>-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 
     $ sudo make BINDDIR=. binary