From 908e83f2e1dbcf0a3dacc4dc622294e3166ac0d0 Mon Sep 17 00:00:00 2001 From: Marco Podien Date: Wed, 15 May 2024 12:08:34 +0200 Subject: [PATCH 1/2] removed videos until further review --- docs/get-started/algokit.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/get-started/algokit.md b/docs/get-started/algokit.md index d504cfb0..d043c82c 100644 --- a/docs/get-started/algokit.md +++ b/docs/get-started/algokit.md @@ -7,10 +7,6 @@ In addition, AlgoKit features: - Toolchain integrations for languages you love, like Python and TypeScript - A simplified frontend design experience -## 10 minute video walkthrough - - - ## Prerequisites - [Python 3.12](https://www.python.org/downloads/) or higher @@ -49,8 +45,6 @@ In addition, AlgoKit features: - If you used AlgoKit before, update it with pipx: `pipx upgrade algokit` - Restart the terminal to ensure AlgoKit is available on the path - - === "macOS" !!! Note This method will install the latest Python3 release as a dependency via Homebrew. If you already have Python 3.10+ installed, you may prefer to use `pipx install algokit` as explained within the OS agnostic tab so you can control the python version used. @@ -67,7 +61,6 @@ In addition, AlgoKit features: - Install using Homebrew `brew install algorandfoundation/tap/algokit` - Restart the terminal to ensure AlgoKit is available on the path - === "Linux" - Ensure prerequisites are installed From 964a13c3c77bad28574efab2d6c4c45219fdfd42 Mon Sep 17 00:00:00 2001 From: Marco Podien Date: Wed, 15 May 2024 12:09:25 +0200 Subject: [PATCH 2/2] minor wording change --- 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 d043c82c..0c839de7 100644 --- a/docs/get-started/algokit.md +++ b/docs/get-started/algokit.md @@ -190,7 +190,7 @@ In the bottom left hand corner of the menu, select `Connect wallet` and you will ### Deploy the Hello World application -To deploy the built Beaker smart contract application, select the `Beaker studio` menu and click on the import beaker app. Select `File` and `Upload file`, browse to the artifacts created in the previous section of this guide. Select the `*.arc32.json` manifest file. This will load the specific manifest file for the Hello World sample application. +To deploy your smart contract application, select the `Beaker studio` menu and click on the import beaker app. Select `File` and `Upload file`, browse to the artifacts created in the previous section of this guide. Select the `*.arc32.json` manifest file. This will load the specific manifest file for the Hello World sample application. ![AlgoKit Dappflow](../imgs/dappflow3.png)