Skip to content

Commit

Permalink
improve README (#4023)
Browse files Browse the repository at this point in the history
* improve README

include instructions on how to run the tests

* fix language

Co-authored-by: Stanislaw Findeisen <[email protected]>
  • Loading branch information
sfindeisen and sfindeisen authored Sep 30, 2022
1 parent 0c664d1 commit c209655
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ https://github.com/input-output-hk/jormungandr/releases/latest
git clone https://github.com/input-output-hk/jormungandr
cd jormungandr
git checkout tags/<latest release tag> #replace this with something like v1.2.3
cargo build # skip this if you do not want to run the tests
cargo test # skip this if you do not want to run the tests
cargo install --locked --path jormungandr # --features systemd # (on linux with systemd)
cargo install --locked --path jcli
```
Expand Down

0 comments on commit c209655

Please sign in to comment.