File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,15 @@ Any remaining forms in the script file are evaluated in the boot environment:
60
60
61
61
## Getting Started
62
62
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
+
63
72
To build boot you will need:
64
73
65
74
* Java 1.6+
@@ -626,6 +635,7 @@ Distributed under the Eclipse Public License, the same as Clojure.
626
635
[ 5 ] : https://github.com/tailrecursion/boot.core/blob/master/src/tailrecursion/boot/core/task.clj
627
636
[ 6 ] : https://github.com/tailrecursion/hoplon/blob/master/src/tailrecursion/hoplon/boot.clj
628
637
[ 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
629
639
630
640
[ 10 ] : https://github.com/mmcgrana/ring
631
641
[ 20 ] : https://github.com/tailrecursion/boot.task
You can’t perform that action at this time.
0 commit comments