From 1931a83c6595cc2817c7a77c3dd4f02a393126a3 Mon Sep 17 00:00:00 2001 From: Andrew Mead Date: Sun, 10 Nov 2024 10:28:50 -0500 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8cc98c8..2035f1c 100644 --- a/README.md +++ b/README.md @@ -373,6 +373,8 @@ This directory is where WPSites will create new WordPress sites, so make sure th If you're using Laravel Herd, the default value of `'$HOME/Herd'` should work great. If you're using MAMP PRO, you'll want to use `'$HOME/Sites'`. +You can also set `sites_directory` to an array of directories. This will let you create and manage sites from multiple directories, such as having a "work" directory for work sites and a "personal" directory for person sites. + **Next up is `defaults`.** As you can see in the config file above, the value for `defaults` is an associative array.