From 7f11313e608b794d1289d2dc1085d462de5de046 Mon Sep 17 00:00:00 2001 From: Rachel Bousfield Date: Mon, 2 Oct 2023 21:11:21 -0600 Subject: [PATCH] update readme installation instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 945da4f..0fcb053 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ A cargo subcommand for building, verifying, and deploying Arbitrum Stylus WASM p Install [Rust](https://www.rust-lang.org/tools/install), and then install the plugin using the Cargo tool: ``` -cargo install cargo-stylus +RUSTFLAGS="-C link-args=-rdynamic" cargo install --force cargo-stylus ``` Add the `wasm32-unknown-unknown` build target to your Rust compiler: