Skip to content

Commit 90a60de

Browse files
committed
moved comment from readme to ValetCommand.php
1 parent 37fcad1 commit 90a60de

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ wp valet new <name> [--project=<project>] [--in=<dir>] [--version=<version>] [--
2222
This command will spin up a new WordPress installation -- complete with database and https
2323
_ready-to-use in your browser_ faster than you can put your pants on.
2424

25-
**NB** If you have not used `valet park` for the directory or parent directory you are running the installation in you need to do a `valet link` to make sure the site will run without running into 404s.
26-
2725
**OPTIONS**
2826

2927
<name>

src/ValetCommand.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ public static function boot()
6363
*
6464
* This command will spin up a new WordPress installation -- complete with database and https
6565
* _ready-to-use in your browser_ faster than you can put your pants on.
66+
*
67+
* **NB** If you have not used `valet park` for the directory or parent directory you are
68+
* running the installation in you need to do a `valet link` to make sure the site will run
69+
* without running into 404s.
6670
*
6771
* ## OPTIONS
6872
*

0 commit comments

Comments
 (0)