Skip to content

Commit d829534

Browse files
author
Eric Falsett
committed
Updated README
1 parent 70895b6 commit d829534

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ A simple dashboard for Laravel Valet.
1010
## How to install
1111
### Option A - Set as default _(Recommended)_
1212
1. Clone or download the repo
13-
2. Go to `~/.config/valet/config.json` and set the key `default` to the directory of the project. Read more in [their documentation here](https://laravel.com/docs/8.x/valet#serving-a-default-site).
13+
2. Go to `~/.config/valet/config.json` or `~/Library/Application Support/Herd/config/valet/config.json` and set the key `default` to the directory of the project. Read more in [their documentation here](https://laravel.com/docs/8.x/valet#serving-a-default-site).
1414

1515
### Option B - Link Project
1616
1. Clone or download the repo
17-
2. Run `valet link` inside the project directory
18-
3. Run `valet open` to get the dashboard _(default: http://valetdashboard.test/)_
17+
2. Run `{valet | herd} link` inside the project directory
18+
3. Run `{valet | herd} open` to get the dashboard _(default: http://valetdashboard.test/)_

0 commit comments

Comments
 (0)