Closed jasperf closed 1 year ago
Thanks for the pull request! Unfortunately, I cannot accept it as-is as the README is generated dynamically from the code; this would result in your changes being lost on the next generation.
The corresponding portion of the codebase you're looking to change is right here: https://github.com/aaemnnosttv/wp-cli-valet-command/blob/783a3a7707d8e2cc519b0fba63fd5ae784a6a1ed/src/ValetCommand.php#L64-L66
Also, what does NB stand for?
NB - Nota Bene - a Latin phrase (or its abbreviation) used to indicate that special attention should be paid to something.
Will see if I can move it al then @aaemnnosttv .
Thanks! To regenerate the readme, you can run composer install
and then composer update-readme
to include this with your PR. If not I can add it for you.
Did composer install
and that went well. Then I did
wp-cli-valet-command @ MacMini [jasper] $ composer update-readme
> wp scaffold package-readme . --force
Warning: File already exists
./README.md
Replacing
Success: Created package readme.
wp-cli-valet-command @ MacMini [jasper] $ git status
On branch master
Your branch is up to date with 'origin/master'.
So it replaced.. but did not..?
this issue is still present and the readme still needs to be updated with the 404, I was lucky to find #15 in the closed issues
See https://github.com/aaemnnosttv/wp-cli-valet-command/issues/15 where we ran into 404 issues due to not having done a valet park in the directory the installation was done nor a
valet link
.