From 960312e89a7e306b1ec00579038ad0521301341e Mon Sep 17 00:00:00 2001 From: Katherine Chen Date: Thu, 17 Oct 2024 11:44:29 +1100 Subject: [PATCH] Update Setup.md --- localtest/setup.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/localtest/setup.md b/localtest/setup.md index c9fca9e..76ecfa9 100644 --- a/localtest/setup.md +++ b/localtest/setup.md @@ -9,11 +9,13 @@ You need to do these steps once on your machine - and you may need to repeat som Your `hosts` file provides local DNS overrides. We use it so you can visit the fake domains in your browser using their domain names. -On Windows: -Open `C:\Windows\System32\drivers\etc\hosts` in a text editor. You might need admin permissions - you can either give your user write permission on the file or run your text editor as admin. +### Windows +- Open `C:\Windows\System32\drivers\etc\hosts` in a text editor. +- You might need admin permissions - you can either give your user write permission on the file or run your text editor as admin. -On Mac & Linux: -Edit `/etc/hosts` using a text editor. You will probably need sudo access. +### MacOS +- Edit `/etc/hosts` using a text editor. +- You will probably need sudo access. Add one entry for each site defined in `siteDetails.js` pointing to `127.0.0.1`. Do not edit/remove other parts of the file! Currently, that looks like this: