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.
This commit is contained in:
Jonathan Udd
2023-12-02 23:05:37 +01:00
committed by GitHub
parent ecfdb2b74f
commit f5051c8003
-1
View File
@@ -63,7 +63,6 @@ directory of the repo:
```bash
git checkout <latest tagged release>
./scripts/init.sh
cargo build --release
```