File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -23,9 +23,10 @@ we recommend to use the most recent stable version of the rust compiler.
23
23
4 . Clone this repository: ` git clone --recurse-submodules https://github.com/input-output-hk/jormungandr `
24
24
5 . Enter the repository directory: ` cd jormungandr `
25
25
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 `
29
30
30
31
Note:
31
32
You can’t perform that action at this time.
0 commit comments