Skip to content

Commit

Permalink
Merge pull request #58 from kryptoklob/patch-1
Browse files Browse the repository at this point in the history
Add Rust/Cargo dependency to install instructions
  • Loading branch information
Jon-Becker authored Feb 9, 2023
2 parents 271ab4f + a0beda5 commit 20c3e50
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Heimdall is an advanced EVM toolkit which aims to make dealing with smart contra

## Installation & Usage

Ensure that Rust & Cargo are installed:

```bash
curl https://sh.rustup.rs -sSf | sh
```

Heimdall's update and installation manager, `bifrost`, can be installed using the following command:

```bash
Expand Down

0 comments on commit 20c3e50

Please sign in to comment.