Skip to content

Commit

Permalink
Merge pull request #72 from CoinFabrik/71-update-quick-start-document…
Browse files Browse the repository at this point in the history
…ation

Update quick start documentation
  • Loading branch information
valeriacaracciolo authored Jan 24, 2024
2 parents 57deb4d + 43b2a40 commit 9033446
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ Our interest in this project comes from our experience in manual auditing and vu
For a quick start, make sure that [Cargo](https://doc.rust-lang.org/cargo/getting-started/installation.html) is installed on your computer. Then, install Scout dependencies by running the following command:

```bash
cargo install cargo-dylint dylint-link
cargo +nightly install cargo-dylint dylint-link
```

Afterwards, install Scout with the following command:

```bash
cargo install cargo-scout-audit-soroban
cargo +nightly install cargo-scout-audit-soroban
```

### CLI
Expand Down

0 comments on commit 9033446

Please sign in to comment.