Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ ensure that your subdomain is listed in your hosts file.

On Linux or OSX, add your subdomain to `/etc/hosts`:
```
127.0.0.1 myapp.dev
127.0.0.1 subdomain.myapp.dev
127.0.0.1 myapp.tech
127.0.0.1 subdomain.myapp.tech
```

You may not have write permissions on your hosts file, in which case you can
Expand Down