From 17469b86d7ef977beca4ce4e2fc178214ce8eaf6 Mon Sep 17 00:00:00 2001 From: Emmanuel Orozco Date: Fri, 8 Nov 2024 21:16:55 +0100 Subject: [PATCH] fix(getting-started): Fixed correct deploy command --- docs/get-started/algokit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/get-started/algokit.md b/docs/get-started/algokit.md index b16f3477..2c6c23da 100644 --- a/docs/get-started/algokit.md +++ b/docs/get-started/algokit.md @@ -153,7 +153,7 @@ If you would like to manually build and deploy the `HelloWorld` smart contract r ```shell algokit project run build -algokit project run deploy +algokit project deploy ``` This should produce something similar to the following in the VSCode terminal.