From e4ac7c9752cb1eeddb995296a33dcf5b36768f5c Mon Sep 17 00:00:00 2001 From: Don Buddhi Date: Fri, 31 May 2024 15:32:46 +0530 Subject: [PATCH] Added git submodule update --init command to the documentation --- .github/BUILD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/BUILD.md b/.github/BUILD.md index f5e1eb0b34..f263699831 100644 --- a/.github/BUILD.md +++ b/.github/BUILD.md @@ -15,7 +15,7 @@ If the answer is yes, please read on. Otherwise, make sure to head on over [to t ## Getting Started: To run umbraco, we first need to initialize the client git submodule: -* Execute `git submodule init` and then `git submodule update` to get the files into Umbraco.Web.UI.Client project +* Execute `git submodule update --init` to get the files into Umbraco.Web.UI.Client project * If you are going to work on the Backoffice, you can either go to the Umbraco.Web.UI.Client folder and check out a new branch or set it up in your IDE, which will allow you to commit to each repository simultaneously: * **Rider**: Preferences -> Version Control -> Directory Mappings -> Click the '+' sign * If you get a white page delete Umbraco.Cms.StaticAssets\wwwroot\umbraco folder and run `npm ci && npm run build:for:cms` inside Umbraco.Web.UI.Client folder to clear out any leftover files from older versions.