From b4aa07a2bcad67c9bb30ef871468037f08aef3ea Mon Sep 17 00:00:00 2001 From: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com> Date: Mon, 1 Aug 2022 11:14:55 +0200 Subject: [PATCH] Update README.md --- src/Umbraco.Web.UI.Client/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/README.md b/src/Umbraco.Web.UI.Client/README.md index 5bf9a661f4..ea324acc13 100644 --- a/src/Umbraco.Web.UI.Client/README.md +++ b/src/Umbraco.Web.UI.Client/README.md @@ -14,7 +14,7 @@ As an example to show the installer instead of the login screen, set the followi in the `.env.local` file to indicate that Umbraco has not been installed: ```bash -VITE_UMBRACO_INSTALL_STATUS=false +VITE_UMBRACO_INSTALL_STATUS=must-install ``` ## Environments