From 6df4281db4290353ed4b7cd56f2021e85c83989d Mon Sep 17 00:00:00 2001 From: Soukev Date: Tue, 26 Aug 2025 18:58:55 +0200 Subject: [PATCH] Add instructions to readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2a889aa..ed870fa 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ # http-server-template +To use template clone this repository and run following command: + +``` bash +$ git clone https://git.soukev.xyz/soukev/clj-http-server-template.git +$ clj -Tclj-new create :template '"http-server-template::http-server-template"' :name foo/foo-app +```