Skip to content

Commit 12828a0

Browse files
authored
Merge pull request #118 from Virtex6/patch-1
Fetch submodule posix_tz_db as recursive submodule of gui
2 parents e685a17 + 0669146 commit 12828a0

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
@@ -414,7 +414,7 @@ In addition, the GUI is now maintained in a [separate repository](https://nodejs
414414
If the `gui` directory is empty, use the following to retrieve the GUI source and fetch the dependencies:
415415

416416
```shell
417-
git submodule update --init
417+
git submodule update --init --recursive
418418
cd gui
419419
npm install
420420
```

0 commit comments

Comments
 (0)