From 155b8f804e38e7f42e23f7dd79543b0493b36276 Mon Sep 17 00:00:00 2001 From: evan-schott <53463459+evan-schott@users.noreply.github.com> Date: Mon, 8 Jul 2024 14:12:59 -0700 Subject: [PATCH] Recommend build from source --- README.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/README.md b/README.md index b522e7a763..9ff15917d4 100644 --- a/README.md +++ b/README.md @@ -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