Skip to content

Commit 2884514

Browse files
committed
Formatting
1 parent 4666e7e commit 2884514

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,16 @@ A Dockerized Caddy reverse proxy with automatic SSL certificate generation for l
2323
2424
2. Add your domain to the hosts file:
2525

26-
**macOS/Linux:** Edit `/etc/hosts`
26+
**macOS/Linux:**
27+
Edit `/etc/hosts`
28+
2729
```bash
2830
sudo sh -c 'echo "127.0.0.1 local.example.com" >> /etc/hosts'
2931
```
3032

31-
**Windows (PowerShell as Administrator):** Edit `C:\Windows\System32\drivers\etc\hosts`
33+
**Windows (PowerShell as Administrator):**
34+
Edit `C:\Windows\System32\drivers\etc\hosts`
35+
3236
```powershell
3337
Add-Content -Path C:\Windows\System32\drivers\etc\hosts -Value "127.0.0.1 local.example.com"
3438
```

0 commit comments

Comments
 (0)