diff --git a/Development-Quickstart.md b/Development-Quickstart.md index c1fc06d..b84292a 100644 --- a/Development-Quickstart.md +++ b/Development-Quickstart.md @@ -43,7 +43,7 @@ As we did not pass any specific configuration options to Inbucket, it is using m ## Terminal 1 -From the root inbucket directory, compile and start inbucket with development config: +From the root `inbucket` directory, run make to clean, test and compile the backend. Then it with reasonable development configuration: ```sh make @@ -65,3 +65,5 @@ etc/swaks-tests/run-tests.sh ``` You should see the emails listed in your web browser, as well as a bunch of Inbucket debug logging in Terminal 1. + +After you make changes to the backend, kill the inbucket process and repeat the steps above to test it.