We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c664d1 commit c209655Copy full SHA for c209655
README.md
@@ -64,6 +64,8 @@ https://github.com/input-output-hk/jormungandr/releases/latest
64
git clone https://github.com/input-output-hk/jormungandr
65
cd jormungandr
66
git checkout tags/<latest release tag> #replace this with something like v1.2.3
67
+cargo build # skip this if you do not want to run the tests
68
+cargo test # skip this if you do not want to run the tests
69
cargo install --locked --path jormungandr # --features systemd # (on linux with systemd)
70
cargo install --locked --path jcli
71
```
0 commit comments