From e1563ecf83d338070f57d86428d79c95b1f1c011 Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Thu, 3 Mar 2016 17:13:39 -0800 Subject: [PATCH] Bump to 0.5.1 to include corrected template README --- build.boot | 2 +- src/boot/new/fw1/README.md | 18 ++++++++++++++++-- 2 files changed, 17 insertions(+), 3 deletions(-) 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.