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 <sfindeisen@users.noreply.github.com>
  • Loading branch information
sfindeisen and sfindeisen committed Sep 30, 2022
1 parent c388973 commit d9d20bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/jormungandr/README.md
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 d9d20bd

Please sign in to comment.