Skip to content

Commit 972ee5b

Browse files
committed
fix submodule init command
1 parent 4e3ff33 commit 972ee5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This monorepo contains three primary components:
3434
```bash
3535
git clone https://github.com/patched-network/vue-skuilder.git
3636
cd vue-skuilder
37-
git submodule init
37+
git submodule update --init --recursive
3838
yarn install
3939
yarn dev
4040
```

0 commit comments

Comments
 (0)