From b667ecf6b1f6b757dc35034e3e2f7689a9ec63a5 Mon Sep 17 00:00:00 2001 From: Alex Miller Date: Thu, 2 Jan 2025 10:31:48 -0600 Subject: [PATCH] Update command to check Clojure CLI version Signed-off-by: Alex Miller --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d045e1..9e873b6 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ The project also contains [Clojure CLI](https://clojure.org/guides/install_clojure) version **1.11.1.xxxx** or later is recommended. Check the version of Clojure CLI currently installed via: ```shell -clojure -Sdescribe +clojure --version ``` > [Practicalli guide to installing Clojure](https://practical.li/clojure/install/clojure-cli/) has detailed instructions to install Clojure CLI for a specific operating system, or follow the [Clojure.org Getting Started page](https://clojure.org/guides/getting_started).