Skip to content

Commit

Permalink
Merge pull request #60 from private-attribution/eriktaubeneck-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
akoshelev authored Jun 25, 2024
2 parents fb521c3 + 0b49a5f commit 6b7e839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ make the cert with
mkcert -cert-file "local_dev/config/cert.pem" -key-file "local_dev/config/key.pem" "draft.test" "*.draft.test"
```

If you get a warning about the cert not being installed (i.e., it's the first time you've used mkcert), also run:
If you get a warning about the cert not being installed (i.e., it's the first time you've used mkcert), make sure it's installed with the following command. This will likely require a browser restart.
```
mkcert -install
```
Expand Down

0 comments on commit 6b7e839

Please sign in to comment.