Skip to content

Commit

Permalink
chore: add install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
yi-sun authored May 17, 2024
1 parent 808c1d4 commit b7c2a81
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,19 @@ This repository is split into 3 components:
To install our Rust circuit SDK into a Cargo project, run:

```bash
# install sdk-rs
cargo add axiom-sdk

# install dependencies
cargo add axiom-circuit
cargo add serde
cargo add anyhow
```

We also rely on a nightly build of Rust, which you can configure using:

```bash
echo "nightly-2024-01-01" >> rust-toolchain
```

### Overview
Expand Down

0 comments on commit b7c2a81

Please sign in to comment.