Skip to content

Commit 6e1e608

Browse files
committed
add info about downloading binaries
1 parent 6f2dab2 commit 6e1e608

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,15 @@ Any remaining forms in the script file are evaluated in the boot environment:
6060

6161
## Getting Started
6262

63+
Download Jar file:
64+
65+
```
66+
$ wget https://clojars.org/repo/tailrecursion/boot/1.0.3/boot-1.0.3.jar
67+
$ mv boot-1.0.3.jar boot
68+
$ chmod a+x boot
69+
$ mv boot ~/bin/boot # or anywhere else in your $PATH
70+
```
71+
6372
To build boot you will need:
6473

6574
* Java 1.6+
@@ -626,6 +635,7 @@ Distributed under the Eclipse Public License, the same as Clojure.
626635
[5]: https://github.com/tailrecursion/boot.core/blob/master/src/tailrecursion/boot/core/task.clj
627636
[6]: https://github.com/tailrecursion/hoplon/blob/master/src/tailrecursion/hoplon/boot.clj
628637
[7]: https://raw.github.com/tailrecursion/boot/master/img/files.gif
638+
[8]: https://clojars.org/repo/tailrecursion/boot/1.0.3/boot-1.0.3.jar
629639

630640
[10]: https://github.com/mmcgrana/ring
631641
[20]: https://github.com/tailrecursion/boot.task

0 commit comments

Comments
 (0)