Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Falsett committed Sep 2, 2024
1 parent 70895b6 commit d829534
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ A simple dashboard for Laravel Valet.
## How to install
### Option A - Set as default _(Recommended)_
1. Clone or download the repo
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).
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).

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

0 comments on commit d829534

Please sign in to comment.