From c3bb3f0abc78b43d9a380a0ad83b51479d5fb0f9 Mon Sep 17 00:00:00 2001 From: Michael Collins <15347726+michaeljcollinsuk@users.noreply.github.com> Date: Thu, 23 Jan 2025 14:11:14 +0000 Subject: [PATCH] Add alternative local running instructions --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 8bfdec89..a0b05ef8 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,12 @@ To preview the guidance locally on an MoJ Digital and Technology MacBook, you wi make preview ``` +If this method does not work, try running the below as an alternative: + +``` +bash scripts/local.sh +``` + You can view the guidance on `http://localhost:4567` in your browser. Any content changes you make to your website will be updated in real time. To shut down the Middleman instance running on your machine, select ⌘+C.