diff --git a/builder.md b/builder.md index 8503ca1c..d3b379b1 100644 --- a/builder.md +++ b/builder.md @@ -79,4 +79,6 @@ repos. 3. Once everything above is done, you should be able to build a repo by specifying a source repo URL with this command: - python -m repo2docker https://github.com/yourname/your-repo + ```bash + python -m repo2docker https://github.com/yourname/your-repo + ```