You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,9 @@ A simple dashboard for Laravel Valet.
10
10
## How to install
11
11
### Option A - Set as default _(Recommended)_
12
12
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).
14
14
15
15
### Option B - Link Project
16
16
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