diff --git a/Development-workflow.md b/Development-workflow.md index 1b16143..69abf47 100644 --- a/Development-workflow.md +++ b/Development-workflow.md @@ -49,7 +49,7 @@ Select commit and push. ![commitfiles](https://cdn.discordapp.com/attachments/534260038039109632/970631832313954304/unknown.png)
![pushconfirm](https://cdn.discordapp.com/attachments/534260038039109632/970632223223083008/unknown.png) -Now that our branch is on the repository it is available for MagicBox to compile and run. +Now that your branch is on the repository it is available for MagicBox to compile and run. `docker exec -it magicbox /bin/bash`
@@ -86,7 +86,7 @@ BUILD SUCCESSFUL Total time: 11 seconds ``` -Now let us validate our code change. +Now let us validate the code changes by looking for our debug message in the login_console. `magicbox~/magicbane$./mbrestart.sh`