Skip to content

Commit ad8697d

Browse files
authored
Merge pull request lkwdwrd#6 from johnpbloch/documentation
Add documentation for the force-unix-separator extra setting
2 parents d35cf94 + 5c7a120 commit ad8697d

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,13 @@ This is compatible with [WPackagist](https://wpackagist.org/). When adding plugi
7676
```
7777

7878
When the `rest-api` plugin is installed, instead of going in the normal plugins folder, it will be pushed over to the mu-plugins folder and loaded automatically with other Must-Use Plugins.
79+
80+
## Forcing Unix Directory Separators
81+
82+
If you work on Windows but use a Linux VM to run your development server, you may need to force unix directory separators to make sure the server can find the mu loader script. If so, there's another configuration in the `extra` block you can set:
83+
84+
```json
85+
"extra": {
86+
"force-unix-separator": true
87+
}
88+
```

0 commit comments

Comments
 (0)