We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ec78b9 commit 54e8e51Copy full SHA for 54e8e51
docs/cdk/get-started/deploy-validium/node/prerequisites.md
@@ -26,7 +26,7 @@
26
27
1. Create a `version-check.sh` file and copy and paste the script below.
28
29
- ```bash
+ ```bash
30
#!/bin/bash
31
32
declare -A commands
docs/cdk/get-started/deploy-validium/node/set-up.md
@@ -30,8 +30,7 @@
2. Download and extract version `0.0.3` of `cdk-data-availability` as a tar.gz file.
```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
+ git clone --depth 1 --branch v0.0.3 https://github.com/0xPolygon/cdk-data-availability.git
35
```
36
37
3. Finally, download the `cdk-bridge-service` release `0.3.1`.
0 commit comments