Skip to content

Commit

Permalink
chore: Added WSL prerequisite "Modify etc/hosts on windows and wsl" (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
EGAMAGZ authored Jan 15, 2025
1 parent 7a4eedf commit d084245
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ frontend in a development mode that connects to the production API.

- Clone this repo
- Install Deno (https://deno.land/#installation)
- Add the following to your `/etc/hosts`
- 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`.
```
127.0.0.1 jsr.test
127.0.0.1 api.jsr.test
Expand All @@ -71,7 +71,7 @@ making changes to the API.
- Clone this repo
- Install Deno (https://deno.land/#installation)
- Install Rust (https://rustup.rs/)
- Add the following to your `/etc/hosts`
- 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`.
```
127.0.0.1 jsr.test
127.0.0.1 api.jsr.test
Expand Down

0 comments on commit d084245

Please sign in to comment.