Skip to content

Commit

Permalink
Fix broken script name to start a new node (#6405)
Browse files Browse the repository at this point in the history
  • Loading branch information
re-gius authored Nov 21, 2024
1 parent 201b1e7 commit 39277c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/maintain/maintain-sync.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ value: 'linux-package'} ]}>
```bash
git clone https://github.com/paritytech/polkadot-sdk polkadot-sdk
cd polkadot-sdk
./scripts/init.sh
./scripts/getting-started.sh
cargo build --release
```
- Start your node:
Expand Down

0 comments on commit 39277c3

Please sign in to comment.