From bd06110ff334b5dcd1f4e455c632b22fd3d7705f Mon Sep 17 00:00:00 2001 From: arctic-hen7 Date: Mon, 19 Dec 2022 13:51:56 +1100 Subject: [PATCH] docs: removed old installation instruction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 34850d1296..d3c01b12ee 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ If you want to start working with Perseus right away, run the following commands ``` shell cargo install perseus-cli --version 0.4.0-beta.11 -perseus new my-app --wasm-opt-version version_110 # Temporary due to an upstream issue +perseus new my-app cd my-app/ perseus serve -w ```