Skip to content

Commit 5c7a120

Browse files
committed
Add documentation for the force-unix-separator extra setting
1 parent d35cf94 commit 5c7a120

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)