From 2b14e0a8a28dd4006b8c50880af69df757ed8bb6 Mon Sep 17 00:00:00 2001 From: Dmitri Sotnikov Date: Mon, 11 Mar 2024 14:09:54 +0000 Subject: [PATCH] Circle #289 --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index b7ef156..8e8d3a1 100644 --- a/docs/index.html +++ b/docs/index.html @@ -109,7 +109,7 @@

Scalable

Using Clojure tools, getting started is as easy as:

-    $ clojure -Ttools install-latest :lib io.github.seancorfield/clj-new :as clj-new
+    $ clojure -Ttools install com.github.seancorfield/clj-new '{:git/tag "v1.2.404"}' :as clj-new
     $ clojure -Tclj-new create :template io.github.kit-clj :name yourname/guestbook
   

Quickstart with Github Codespaces