From a4ab128ee2b9cf511007f03564d453b825c5e328 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Augusto=20Elesb=C3=A3o?= Date: Wed, 2 Mar 2022 10:36:14 +0100 Subject: [PATCH] Update README instructions for installing cargo dependencies (#9) Co-authored-by: Drew Taylor --- README.md | 5 +++-- cw20/base/README.md | 5 +++-- cw721/off-chain-metadata/README.md | 5 +++-- cw721/on-chain-metadata/README.md | 5 +++-- default/README.md | 5 +++-- increment/README.md | 5 +++-- 6 files changed, 18 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 54281d3..6064145 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,11 @@ Assuming you have a recent version of rust and cargo (v1.51.0+) installed (via [ then the following should get you a new repo to start a contract: Install [cargo-generate](https://github.com/ashleygwilliams/cargo-generate) and cargo-run-script. -Unless you did that before, run this line now: +If you didn't install them already, run the following commands: ```sh -cargo install cargo-generate cargo-run-script --features vendored-openssl +cargo install cargo-generate --features vendored-openssl +cargo install cargo-run-script ``` Now, use it to create your new contract. diff --git a/cw20/base/README.md b/cw20/base/README.md index 0f51c1d..8734338 100644 --- a/cw20/base/README.md +++ b/cw20/base/README.md @@ -15,10 +15,11 @@ Assuming you have a recent version of rust and cargo (v1.51.0+) installed then the following should get you a new repo to start a contract: Install [cargo-generate](https://github.com/ashleygwilliams/cargo-generate) and cargo-run-script. -Unless you did that before, run this line now: +If you didn't install them already, run the following commands: ```sh -cargo install cargo-generate cargo-run-script --features vendored-openssl +cargo install cargo-generate --features vendored-openssl +cargo install cargo-run-script ``` Now, use it to create your new contract. diff --git a/cw721/off-chain-metadata/README.md b/cw721/off-chain-metadata/README.md index 0f51c1d..8734338 100644 --- a/cw721/off-chain-metadata/README.md +++ b/cw721/off-chain-metadata/README.md @@ -15,10 +15,11 @@ Assuming you have a recent version of rust and cargo (v1.51.0+) installed then the following should get you a new repo to start a contract: Install [cargo-generate](https://github.com/ashleygwilliams/cargo-generate) and cargo-run-script. -Unless you did that before, run this line now: +If you didn't install them already, run the following commands: ```sh -cargo install cargo-generate cargo-run-script --features vendored-openssl +cargo install cargo-generate --features vendored-openssl +cargo install cargo-run-script ``` Now, use it to create your new contract. diff --git a/cw721/on-chain-metadata/README.md b/cw721/on-chain-metadata/README.md index 0f51c1d..8734338 100644 --- a/cw721/on-chain-metadata/README.md +++ b/cw721/on-chain-metadata/README.md @@ -15,10 +15,11 @@ Assuming you have a recent version of rust and cargo (v1.51.0+) installed then the following should get you a new repo to start a contract: Install [cargo-generate](https://github.com/ashleygwilliams/cargo-generate) and cargo-run-script. -Unless you did that before, run this line now: +If you didn't install them already, run the following commands: ```sh -cargo install cargo-generate cargo-run-script --features vendored-openssl +cargo install cargo-generate --features vendored-openssl +cargo install cargo-run-script ``` Now, use it to create your new contract. diff --git a/default/README.md b/default/README.md index 0f51c1d..8734338 100644 --- a/default/README.md +++ b/default/README.md @@ -15,10 +15,11 @@ Assuming you have a recent version of rust and cargo (v1.51.0+) installed then the following should get you a new repo to start a contract: Install [cargo-generate](https://github.com/ashleygwilliams/cargo-generate) and cargo-run-script. -Unless you did that before, run this line now: +If you didn't install them already, run the following commands: ```sh -cargo install cargo-generate cargo-run-script --features vendored-openssl +cargo install cargo-generate --features vendored-openssl +cargo install cargo-run-script ``` Now, use it to create your new contract. diff --git a/increment/README.md b/increment/README.md index 0f51c1d..8734338 100644 --- a/increment/README.md +++ b/increment/README.md @@ -15,10 +15,11 @@ Assuming you have a recent version of rust and cargo (v1.51.0+) installed then the following should get you a new repo to start a contract: Install [cargo-generate](https://github.com/ashleygwilliams/cargo-generate) and cargo-run-script. -Unless you did that before, run this line now: +If you didn't install them already, run the following commands: ```sh -cargo install cargo-generate cargo-run-script --features vendored-openssl +cargo install cargo-generate --features vendored-openssl +cargo install cargo-run-script ``` Now, use it to create your new contract.