Add instructions to readme

main
Soukev 2025-08-26 18:58:55 +02:00
parent a8dd292699
commit 6df4281db4
1 changed files with 6 additions and 0 deletions

View File

@ -1,2 +1,8 @@
# http-server-template # 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
```