From cee53d5ba12eb230bb4a99aa3fbeaed8b61c78e7 Mon Sep 17 00:00:00 2001 From: Chawye Hsu Date: Thu, 28 Mar 2024 23:59:02 +0800 Subject: [PATCH] chore: clarify prerequisites --- src/bin/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/bin/README.md b/src/bin/README.md index 3a567dc..8e312e9 100644 --- a/src/bin/README.md +++ b/src/bin/README.md @@ -49,7 +49,9 @@ All other commands involve transactions, and thus require an active connection t ## Installation -[Install rust](https://www.rust-lang.org/tools/install) and then: +Prerequisites: [LLVM/Clang](https://llvm.org/), [Rust](https://www.rust-lang.org/tools/install) + +then: ``` git clone git@github.com:dusk-network/wallet-cli.git