Skip to content

Commit 867676e

Browse files
Add git submodule update to "How to install from sources"
1 parent c693d06 commit 867676e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@ we recommend to use the most recent stable version of the rust compiler.
2323
4. Clone this repository: `git clone --recurse-submodules https://github.com/input-output-hk/jormungandr`
2424
5. Enter the repository directory: `cd jormungandr`
2525
6. Check latest release tag on https://github.com/input-output-hk/jormungandr/releases/latest
26-
7. checkout this tag ` git checkout tags/<latest release tag>`
27-
8. install **jormungandr**: `cargo install --path jormungandr`
28-
9. install **jcli**: `cargo install --path jcli`
26+
7. Checkout this tag: `git checkout tags/<latest release tag>`
27+
8. Update submodules: `git submodule update`
28+
9. Install **jormungandr**: `cargo install --path jormungandr`
29+
10. Install **jcli**: `cargo install --path jcli`
2930

3031
Note:
3132

0 commit comments

Comments
 (0)