From de8b04234d445448a313fe6dd94e6e456562a436 Mon Sep 17 00:00:00 2001 From: 0xb <113536612+kingbaldwin-iv@users.noreply.github.com> Date: Thu, 2 Jan 2025 14:19:03 -0800 Subject: [PATCH] Update README.md Fix install from source commands --- cli/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/README.md b/cli/README.md index 0ce1e2a..9bf1b59 100644 --- a/cli/README.md +++ b/cli/README.md @@ -39,7 +39,7 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh # install mesc git clone https://github.com/paradigmxyz/mesc cd mesc -cargo install --path rust/crates/cli +cargo install --path rust/crates/mesc_cli ``` ## Example Usage