Merge pull request #28205 from ProvableHQ/fix/install-guide

[Fix] Recommend build from source in documentation
This commit is contained in:
d0cd 2024-07-09 08:45:44 -07:00 committed by GitHub
commit 8e4ee025b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -92,21 +92,6 @@ Now to check the version of leo, in your terminal, run:
leo --version
```
### 📦 Download using Cargo
You can also install Leo directly from [crates.io](https://crates.io/crates/leo) using `cargo`:
```bash
cargo install leo-lang
```
Now to use leo, in your terminal, run:
```bash
leo
```
## 🚀 Quick Start
Use the Leo CLI to create a new project