Skip to content

Commit

Permalink
Update install.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kevjue authored Feb 12, 2024
1 parent 47d23a5 commit 0263339
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions book/getting-started/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ cargo prove build-toolchain

Building the toolchain can take a while, ranging from 30 mins to an hour depending on your machine.

To verify the installation of the tooolchain, run and make sure you see `succinct`:
To verify the installation of the tooolchain, run and make sure you see `curta`:

```bash
rustup toolchain list
Expand All @@ -57,5 +57,5 @@ rustup toolchain list
You can delete your existing installation of the toolchain with:

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

0 comments on commit 0263339

Please sign in to comment.