From 0b9c20c0db09fadaadbfe392b572c425f8b1075c Mon Sep 17 00:00:00 2001 From: Kirk Rodrigues <2454684+kirkrodrigues@users.noreply.github.com> Date: Wed, 18 Dec 2024 17:24:07 -0500 Subject: [PATCH] Add CMake and Docker version requirements. --- docs/quick-start.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/quick-start.md b/docs/quick-start.md index 646c52d..9ed1130 100644 --- a/docs/quick-start.md +++ b/docs/quick-start.md @@ -18,9 +18,9 @@ To get started with Spider, you’ll need to: To run through the guide below, you'll need: -* CMake +* CMake 3.22.1+ * GCC 10+ or Clang 7+ -* [Docker] +* [Docker] 20.10+ * If you're not running as root, ensure `docker` can be run [without superuser privileges][docker-non-root].