From 83b0792d20243ac228a9f12942dea00bbfc897f7 Mon Sep 17 00:00:00 2001 From: Miguel Juarez Lopez Date: Fri, 30 Aug 2024 10:51:29 -0400 Subject: [PATCH] [Docs] Update sections of the README to make it less error prone --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d7ed813..568f6d6 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,19 @@ See [here](https://docs.bitdrift.io/product/overview) for more information. ### Dependencies -Install required dependencies using following commands: +#### Rust + +Install it locally using [their installation script](https://www.rust-lang.org/tools/install) + +`curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh` + +make sure to add it to your path, e.g. + +`echo 'export PATH="~/.cargo/bin:$PATH"' >> ~/.zshrc` + +#### Other + +Install other required dependencies using following commands: ```bash brew install protobuf flatbuffers llvm