diff --git a/build.boot b/build.boot index 9099ad4..ede7590 100644 --- a/build.boot +++ b/build.boot @@ -1,4 +1,4 @@ -(def version "0.5.0") +(def version "0.5.1") (task-options! pom {:project 'fw1/boot-template diff --git a/src/boot/new/fw1/README.md b/src/boot/new/fw1/README.md index 2befca7..c6ca257 100644 --- a/src/boot/new/fw1/README.md +++ b/src/boot/new/fw1/README.md @@ -4,13 +4,27 @@ A website written in FW/1 (Framework One). ## Usage +To run application: + +```bash +boot run +``` + +or: + +```bash +PORT=8888 boot run +``` + +To build a standalone JAR in the `target` folder: + ```bash -lein run +boot build ``` ## License -Copyright (C) 2015 FIXME +Copyright (C) 2016 FIXME Distributed under the Eclipse Public License, the same as Clojure.