From 828a4b3ef37185bcccf75a57c05f2093a4182cf5 Mon Sep 17 00:00:00 2001 From: Chris Cordle Date: Wed, 28 Aug 2024 20:53:00 +0200 Subject: [PATCH] Update install instructions (#90) Updating install instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87d8dba..67556e3 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ A cargo subcommand for building, verifying, and deploying Arbitrum Stylus WASM c Install [Rust](https://www.rust-lang.org/tools/install), and then install the plugin using the Cargo tool: ``` -cargo install --force cargo-stylus cargo-stylus-check +cargo install cargo-stylus ``` Add the `wasm32-unknown-unknown` build target to your Rust compiler: