Skip to content

Commit

Permalink
Bump to 0.5.1 to include corrected template README
Browse files Browse the repository at this point in the history
  • Loading branch information
seancorfield committed Mar 4, 2016
1 parent 8755257 commit e1563ec
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.boot
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(def version "0.5.0")
(def version "0.5.1")

(task-options!
pom {:project 'fw1/boot-template
Expand Down
18 changes: 16 additions & 2 deletions src/boot/new/fw1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit e1563ec

Please sign in to comment.