Skip to content

Commit

Permalink
Rename file to match WordPress.Files.FileName.NotHyphenatedLowercase …
Browse files Browse the repository at this point in the history
…sniff
  • Loading branch information
stian-overasen committed Sep 15, 2023
1 parent 902cb5b commit d24f307
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Themes, plugins, mu-plugins etc. is now structured under packages and built into

### wp-cli and Local by Flywheel

To be able to use wp-cli, you can use [Local by Flywheel](https://localwp.com/) build-in in site shell.
To be able to use wp-cli, you can use [Local by Flywheel](https://localwp.com/) build-in in site shell.

If you would like to access the wp-cli in the defauly system console there can be issues trying to use wp-cli commands when using a [Local by Flywheel](https://localwp.com/) development environment. You can usually fix this with the following steps:

Expand All @@ -74,7 +74,7 @@ If you would like to access the wp-cli in the defauly system console there can b
```yml
path: public/wp
require:
- wp-cli.local.php
- wp-cli-local.php
```
2. Set the `MYSQLI_DEFAULT_SOCKET` in the `.env` file.
Expand Down
File renamed without changes.

0 comments on commit d24f307

Please sign in to comment.