Skip to content

Commit 54e8e51

Browse files
update for external
1 parent 1ec78b9 commit 54e8e51

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/cdk/get-started/deploy-validium/node/prerequisites.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
1. Create a `version-check.sh` file and copy and paste the script below.
2828

29-
```bash
29+
```bash
3030
#!/bin/bash
3131

3232
declare -A commands

docs/cdk/get-started/deploy-validium/node/set-up.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@
3030
2. Download and extract version `0.0.3` of `cdk-data-availability` as a tar.gz file.
3131

3232
```bash
33-
curl -L -o cdk-data-availability.tar.gz https://github.com/0xPolygon/cdk-data-availability/archive/refs/tags/v0.0.3.tar.gz
34-
\tar -xzf cdk-data-availability.tar.gz
33+
git clone --depth 1 --branch v0.0.3 https://github.com/0xPolygon/cdk-data-availability.git
3534
```
3635

3736
3. Finally, download the `cdk-bridge-service` release `0.3.1`.

0 commit comments

Comments
 (0)