From c209655bbc12b6e1fc7027f9166822f67711c1c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanis=C5=82aw=20Findeisen?= <2130878+sfindeisen@users.noreply.github.com> Date: Fri, 30 Sep 2022 23:31:24 +0200 Subject: [PATCH] improve README (#4023) * improve README include instructions on how to run the tests * fix language Co-authored-by: Stanislaw Findeisen --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 52b15fcb2c..e68b753845 100644 --- a/README.md +++ b/README.md @@ -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/ #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 ```