Skip to content

Commit

Permalink
Update CLI quickstart documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
arturoBeccar authored Jan 3, 2024
1 parent 5f308cc commit f14053d
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 @@ -23,15 +23,15 @@ cargo install cargo-dylint dylint-link
Afterwards, install Scout with the following command:

```bash
cargo install --path apps/cargo-scout-audit
cargo install cargo-scout-audit-soroban
```

### CLI

To run Scout on your project, navigate to its root directory and execute the following command:

```bash
cargo scout-audit
cargo scout-audit-soroban
```

### VSCode Extension
Expand Down

0 comments on commit f14053d

Please sign in to comment.