From 646c78975e388af9ac5399366c0164a9180ebce7 Mon Sep 17 00:00:00 2001 From: Alexander Popiak Date: Wed, 17 Feb 2021 05:18:02 +0100 Subject: [PATCH] add --locked to cargo install instructions to avoid deps issues (#863) * add --locked to cargo install instructions to avoid deps issues * move back to 2.0.0 version --- docs/knowledgebase/integrate/subkey.md | 2 +- docs/tutorials/start-a-private-network/keygen.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/knowledgebase/integrate/subkey.md b/docs/knowledgebase/integrate/subkey.md index 78e1858a4a..be9184e0a1 100644 --- a/docs/knowledgebase/integrate/subkey.md +++ b/docs/knowledgebase/integrate/subkey.md @@ -22,7 +22,7 @@ install the dependencies and Subkey, respectively: ```bash $ curl https://getsubstrate.io -sSf | bash -s -- --fast -$ cargo install --force subkey --git https://github.com/paritytech/substrate --version 2.0.0 +$ cargo install --force subkey --git https://github.com/paritytech/substrate --version 2.0.0 --locked ``` ### Compiling with Cargo diff --git a/docs/tutorials/start-a-private-network/keygen.md b/docs/tutorials/start-a-private-network/keygen.md index cf350779dd..765686bab5 100644 --- a/docs/tutorials/start-a-private-network/keygen.md +++ b/docs/tutorials/start-a-private-network/keygen.md @@ -15,7 +15,7 @@ Subkey is a tool that generates keys specifically designed to be used with Subst Begin by compiling and installing the utility. This may take up to 15 minutes or so. ```bash -cargo install --force subkey --git https://github.com/paritytech/substrate --version 2.0.0 +cargo install --force subkey --git https://github.com/paritytech/substrate --version 2.0.0 --locked ``` We will need to generate at least **2** keys from each type. Every node will need to have its own