From 3d1d5a4bf1c581a6bf0618f49983e231f28f6fdc Mon Sep 17 00:00:00 2001 From: Paul Razvan Berg Date: Sun, 17 Jul 2022 11:49:26 +0300 Subject: [PATCH] Remove superfluous "git submodule update" step --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index d375659..12d5438 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,6 @@ A template for quickly getting started with forge mkdir my-project cd my-project forge init --template https://github.com/FrankieIsLost/forge-template -git submodule update --init --recursive ## initialize submodule dependencies npm install ## install development dependencies forge build forge test