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 +```