From f14053d9005dd03985b3cda026c1d94001b3ac98 Mon Sep 17 00:00:00 2001 From: Arturo Beccar-Varela <107512933+arturoBeccar@users.noreply.github.com> Date: Wed, 3 Jan 2024 11:21:13 -0300 Subject: [PATCH] Update CLI quickstart documentation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c8545ed7..ad337f05 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ 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 @@ -31,7 +31,7 @@ cargo install --path apps/cargo-scout-audit 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