diff --git a/opensource/project/set-up-dev-env.md b/opensource/project/set-up-dev-env.md index 65d895ddf4..5b67a9acc3 100644 --- a/opensource/project/set-up-dev-env.md +++ b/opensource/project/set-up-dev-env.md @@ -178,6 +178,13 @@ can take over 15 minutes to complete. background process. You'll find these options useful when debugging code development. + > **Note**: The following command automates the `build`, + > `install`, and `run` steps above. + + ```none + hack/make.sh binary install-binary run + ``` + 9. Inside your container, check your Docker version. ```none @@ -305,4 +312,4 @@ Congratulations, you have successfully achieved Docker inception. You've had a small experience of the develpment process. You've set up your development environment and verified almost all the essential processes you need to contribute. Of course, before you start contributing, [you'll need to learn one -more piece of the development process, the test framework](test-and-docs.md). \ No newline at end of file +more piece of the development process, the test framework](test-and-docs.md).