From a08e4bad910cf4f5c762d1bad62f236f167f95ba Mon Sep 17 00:00:00 2001 From: nicolas <48695862+merklefruit@users.noreply.github.com> Date: Thu, 24 Oct 2024 10:53:37 +0200 Subject: [PATCH] chore: update readme --- bolt-cli/README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/bolt-cli/README.md b/bolt-cli/README.md index 06f97e903..2c398d3b8 100644 --- a/bolt-cli/README.md +++ b/bolt-cli/README.md @@ -4,9 +4,12 @@ The Bolt CLI is a collection of command-line tools for interacting with Bolt pro ## Installation -This tool can be built with Cargo. If you don't have the Rust toolchain installed -on your machine, you can follow the steps [here][rust]. -Once you have Rust installed, you can build the binary in the following way: +Prerequisites: + +- [Rust toolchain][rust] +- [Protoc][protoc] + +Once you have the necessary prerequisites, you can build the binary in the following way: ```shell # clone the Bolt repository if you haven't already @@ -204,6 +207,7 @@ on our official [Discord][discord] or [Twitter][twitter] channels. [rust]: https://www.rust-lang.org/tools/install +[protoc]: https://grpc.io/docs/protoc-installation/ [bolt-docs]: https://docs.boltprotocol.xyz/ [discord]: https://discord.gg/G5BJjCD9ss [twitter]: https://twitter.com/chainbound_