Skip to content

Commit

Permalink
fix: wrong workspace building error (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
spartucus committed Feb 16, 2024
1 parent e042188 commit a200b1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion book/getting-started/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ git clone git@github.com:succinctlabs/sp1.git
cd sp1
cd cli
cargo install --locked --path .
cd ~
cargo prove build-toolchain
```

Expand All @@ -61,4 +62,4 @@ You can delete your existing installation of the toolchain with:

```bash
rustup toolchain remove succinct
```
```

0 comments on commit a200b1f

Please sign in to comment.