Skip to content

Commit 8c7c60e

Browse files
fix git submodule init step in README.md (#512)
Signed-off-by: Alexey Chernyshov <[email protected]>
1 parent eb15d7e commit 8c7c60e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ but be sure that your realization follows consensus rules.
111111
112112
2. go to `./cpp-filecoin` directory
113113
114-
3. run `$git submodule --recursive --update`
114+
3. run `$git submodule update --init --recursive`
115115
116116
4. To finish your building you may also want to add your GitHub token, In such case you need to set up two environment variables:
117117
```

0 commit comments

Comments
 (0)