Skip to content

Commit 020fd5c

Browse files
authored
Merge pull request #108 from IABTechLab/kcc-update-setupmd
Update Setup.md
2 parents 2498377 + 960312e commit 020fd5c

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

localtest/setup.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@ You need to do these steps once on your machine - and you may need to repeat som
99

1010
Your `hosts` file provides local DNS overrides. We use it so you can visit the fake domains in your browser using their domain names.
1111

12-
On Windows:
13-
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.
12+
### Windows
13+
- Open `C:\Windows\System32\drivers\etc\hosts` in a text editor.
14+
- You might need admin permissions - you can either give your user write permission on the file or run your text editor as admin.
1415

15-
On Mac & Linux:
16-
Edit `/etc/hosts` using a text editor. You will probably need sudo access.
16+
### MacOS
17+
- Edit `/etc/hosts` using a text editor.
18+
- You will probably need sudo access.
1719

1820
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:
1921

0 commit comments

Comments
 (0)