Skip to content

Commit

Permalink
[Docs] Update sections of the README to make it less error prone
Browse files Browse the repository at this point in the history
  • Loading branch information
murki committed Aug 30, 2024
1 parent 22f0e41 commit 83b0792
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 83b0792

Please sign in to comment.