From 579d66e459bbbcf260aa07701018ce5a9348d295 Mon Sep 17 00:00:00 2001 From: bz <88026162+bz-hashtag-0780@users.noreply.github.com> Date: Thu, 29 Dec 2022 13:50:31 +0100 Subject: [PATCH] Changed to `flow init` from `flow project init` `flow project init` doesn't exist. Changed to `flow init` --- docs/content/dapp-development/testnet-deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/dapp-development/testnet-deployment.md b/docs/content/dapp-development/testnet-deployment.md index cd75f7d41..bcda96854 100644 --- a/docs/content/dapp-development/testnet-deployment.md +++ b/docs/content/dapp-development/testnet-deployment.md @@ -74,7 +74,7 @@ It may be necessary to create additional accounts for testing purposes and you c First you need to initialize the configuration: ``` -> flow project init +> flow init ``` Add the account created with the use of faucet above to the `accounts` property in configuration, like so: