From e190ca1ed0978a59930cc7393dca1883130035f2 Mon Sep 17 00:00:00 2001 From: John Adler Date: Tue, 28 Dec 2021 10:14:21 -0500 Subject: [PATCH] Remove redundant command from readme (#512) --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 2efb1c62729..5dd4895e717 100644 --- a/README.md +++ b/README.md @@ -45,8 +45,6 @@ Confirm the Sway toolchain built successfully: ```sh cargo run --bin forc -- --help -# or -./target/debug/forc --help ``` To run `forc` from any directory, install `forc` to your local Cargo bin directory: