Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion modules/ROOT/pages/quickstart.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ This is the super-short getting started guide that should enable you to get some

== Setup

Download the cluster script.
Download the cluster script and install the dependencies.

----
curl -L https://raw.githubusercontent.com/stackabletech/integration-tests/main/create_test_cluster.py > create_test_cluster.py

chmod +x create_test_cluster.py

pip install requests
----

== Install Example Architecture
Expand Down