From 7f2ac29c21514d203ca28478bae8933a0bcc5ef6 Mon Sep 17 00:00:00 2001 From: DAWN KELLY Date: Tue, 17 Dec 2024 11:33:35 -0500 Subject: [PATCH] update prereq copy on set up a template --- .../polkadot-sdk/parachains/zero-to-hero/set-up-a-template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/polkadot-sdk/parachains/zero-to-hero/set-up-a-template.md b/tutorials/polkadot-sdk/parachains/zero-to-hero/set-up-a-template.md index c575fe409..e90813b2c 100644 --- a/tutorials/polkadot-sdk/parachains/zero-to-hero/set-up-a-template.md +++ b/tutorials/polkadot-sdk/parachains/zero-to-hero/set-up-a-template.md @@ -25,9 +25,9 @@ By the end of this tutorial, you'll have a working local parachain and understan ## Prerequisites -To get started with the node template, you'll need to have the following set up on your development machine first: +Before getting started, ensure you have done the following: -- Rust installation - the node template is written in [Rust](https://www.rust-lang.org/){target=\_blank}, so you'll need to have it installed and configured on your system. Refer to the [Installation](/develop/parachains/get-started/install-polkadot-sdk){target=\_blank} guide for step-by-step instructions on setting up your development environment +- Completed the [Install Polkadot SDK Dependencies](/develop/parachains/install-polkadot-sdk/){target=\_blank} guide and successfully installed [Rust](https://www.rust-lang.org/){target=\_blank} and the required packages to set up your development environment ## Utility Tools