Skip to content

Commit 11756d2

Browse files
Merge pull request 0xPolygon#716 from ScreamingHawk/main
Remove tool_check as it is no longer in the repo
2 parents f12f8b2 + a008434 commit 11756d2

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

docs/cdk/getting-started/local-deployment.md

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -38,33 +38,6 @@ git clone https://github.com/0xPolygon/kurtosis-cdk.git
3838
cd kurtosis-cdk
3939
```
4040

41-
### Check your environment
42-
43-
Run the `tool_check.sh` script to confirm you have all the prerequisite software.
44-
45-
!!! tip
46-
You may need to make the script executable: `chmod +x scripts/tool_check.sh`
47-
48-
```sh
49-
./scripts/tool_check.sh
50-
```
51-
52-
If everything is installed correctly, you should see the following output:
53-
54-
```bash
55-
Checking that you have the necessary tools to deploy the Kurtosis CDK package...
56-
✅ kurtosis is installed, meets the requirement (=0.89).
57-
✅ docker is installed, meets the requirement (>=24.7).
58-
59-
You might as well need the following tools to interact with the environment...
60-
✅ jq is installed.
61-
✅ yq is installed, meets the requirement (>=3.2).
62-
✅ cast is installed.
63-
✅ polycli is installed.
64-
65-
🎉 You are ready to go!
66-
```
67-
6841
### Understanding the deployment steps
6942

7043
There are two configuration files which help you understand what happens during a deployment.

0 commit comments

Comments
 (0)