diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8e60c4b33560..ab1cc61951e1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -100,9 +100,9 @@ Before you push your changes and open a pull request, we recommend that you test your site locally first. Local tests check for broken links, incorrectly formatted markup, and other things. To run the tests: -```console -$ docker buildx bake validate -``` + ```console + $ docker buildx bake validate + ``` If this command doesn't result in any errors, you're good to go! diff --git a/content/get-started/introduction/develop-with-containers.md b/content/get-started/introduction/develop-with-containers.md index a4fa425515f7..c90cb3a3c347 100644 --- a/content/get-started/introduction/develop-with-containers.md +++ b/content/get-started/introduction/develop-with-containers.md @@ -97,7 +97,13 @@ The greeting at the top of the page is populated by an API call at `/api/greetin }; ``` -3. If you haven't done so yet, save the file. If you refresh your browser, you should see a new greeting. If you keep refreshing, you should see all of the messages appear. +3. Save the file if you haven't done so yet, then run the following command again: + + ```console + $ docker compose watch + ``` + + If you refresh your browser, you should see a new greeting. If you keep refreshing, you should see all of the messages appear. ![Screenshot of the to-do app with a new greeting](images/develop-app-with-greetings.webp)