Skip to content

Commit 487dcc0

Browse files
committed
Readme description about hosts file
1 parent 069065e commit 487dcc0

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,18 @@ This script will create a locally-trusted development certificates. It requires
114114

115115
> mkcert needs to be installed like described in Requirements. Read more for [Windows](https://github.com/FiloSottile/mkcert#windows) and [Linux](https://github.com/FiloSottile/mkcert#linux)
116116
117+
1b. Make sure your `/etc/hosts` file has a record for used domains.
118+
119+
```
120+
sudo nano /etc/hosts
121+
```
122+
123+
Add your selected domain like this:
124+
125+
```
126+
127.0.0.1 myapp.local
127+
```
128+
117129
2. Continue on the Install step below
118130

119131
</details>

0 commit comments

Comments
 (0)