You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ frontend in a development mode that connects to the production API.
46
46
47
47
- Clone this repo
48
48
- 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`.
50
50
```
51
51
127.0.0.1 jsr.test
52
52
127.0.0.1 api.jsr.test
@@ -71,7 +71,7 @@ making changes to the API.
71
71
- Clone this repo
72
72
- Install Deno (https://deno.land/#installation)
73
73
- 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`.
0 commit comments