From f5051c80032676fe1d5f8599c04e18037fef74af Mon Sep 17 00:00:00 2001
From: Jonathan Udd <jonathan@dwellir.com>
Date: Sat, 2 Dec 2023 23:05:37 +0100
Subject: [PATCH] Removed instruction to call init.sh when buidling from source
 (#2580)

# Description

Removed instruction to call init.sh when buidling from source from the
polkadot readme.
---
 polkadot/README.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/polkadot/README.md b/polkadot/README.md
index 3c234bb8e3f..465fe5555fe 100644
--- a/polkadot/README.md
+++ b/polkadot/README.md
@@ -63,7 +63,6 @@ directory of the repo:
 
 ```bash
 git checkout <latest tagged release>
-./scripts/init.sh
 cargo build --release
 ```
 
-- 
GitLab