Skip to content

Commit c209655

Browse files
authored
improve README (#4023)
* improve README include instructions on how to run the tests * fix language Co-authored-by: Stanislaw Findeisen <sfindeisen@users.noreply.github.com>
1 parent 0c664d1 commit c209655

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ https://github.com/input-output-hk/jormungandr/releases/latest
6464
git clone https://github.com/input-output-hk/jormungandr
6565
cd jormungandr
6666
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
6769
cargo install --locked --path jormungandr # --features systemd # (on linux with systemd)
6870
cargo install --locked --path jcli
6971
```

0 commit comments

Comments
 (0)