Skip to content

Commit d084245

Browse files
authored
chore: Added WSL prerequisite "Modify etc/hosts on windows and wsl" (#889)
1 parent 7a4eedf commit d084245

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ frontend in a development mode that connects to the production API.
4646

4747
- Clone this repo
4848
- Install Deno (https://deno.land/#installation)
49-
- Add the following to your `/etc/hosts`
49+
- Add the following to your `/etc/hosts` file. If you're using WSL, you'll also need to update the `hosts` file located at `C:\Windows\System32\drivers\etc\hosts`.
5050
```
5151
127.0.0.1 jsr.test
5252
127.0.0.1 api.jsr.test
@@ -71,7 +71,7 @@ making changes to the API.
7171
- Clone this repo
7272
- Install Deno (https://deno.land/#installation)
7373
- Install Rust (https://rustup.rs/)
74-
- Add the following to your `/etc/hosts`
74+
- Add the following to your `/etc/hosts` file. If you're using WSL, you'll also need to update the `hosts` file located at `C:\Windows\System32\drivers\etc\hosts`.
7575
```
7676
127.0.0.1 jsr.test
7777
127.0.0.1 api.jsr.test

0 commit comments

Comments
 (0)