Update 'Development workflow'

master
MagicBot 3 years ago
parent
commit
2940b13226
  1. 6
      Development-workflow.md

6
Development-workflow.md

@ -52,11 +52,11 @@ Select commit and push.
Now that our branch is on the repository it is available for MagicBox to compile and run. Now that our branch is on the repository it is available for MagicBox to compile and run.
`docker exec -it magicbox /bin/bash` `docker exec -it magicbox /bin/bash`
<br>
`./mbbuild.sh test-workflowguide`
```console ```console
magicbox~/magicbane$./mbbuild test-workflowguide
bash: ./mbbuild: No such file or directory
magicbox~/magicbane$./mbbuild.sh test-workflowguide
Fetching origin Fetching origin
remote: Enumerating objects: 13, done. remote: Enumerating objects: 13, done.
remote: Counting objects: 100% (13/13), done. remote: Counting objects: 100% (13/13), done.

Loading…
Cancel
Save