From b5ac06c0cf56435ff575b5691ed55cb93e918436 Mon Sep 17 00:00:00 2001 From: 3wc <3wc.git@doesthisthing.work> Date: Mon, 5 Oct 2020 13:10:54 +0200 Subject: [PATCH] Fix Multisite instructions [ci skip] --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 68c9d62..12b1e91 100644 --- a/README.md +++ b/README.md @@ -30,11 +30,11 @@ _(Only tested using subdomains)_ 4. `abra deploy` 5. Log into the Wordpress admin dashboard, go to Tools ยป Network Setup 6. Don't worry about the suggested file changes -7. Comment out the first `# Multisite` section in `.envrc` and uncomment the - `# Multisite phase 2` section +7. Comment out the first `# Multisite` section in `.envrc`, uncomment the `# + Multisite phase 2` section, and add your multisite subdomain(s) to + `EXTRA_DOMAINS` (beware the weird syntax..) 8. `direnv allow` (or re-run `source .envrc`) 9. `abra deploy` -10. FIXME setting up SSL / routing ## Installing a custom theme