File tree 1 file changed +14
-3
lines changed
1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -60,16 +60,27 @@ 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:
63
+ The easiest way to get started is to download the prebuilt Jar file. It's built
64
+ to be executable in a Unix environment. In Windows you'll have to use it via
65
+ ` java -jar ... ` unless you have Cygwin installed (I think).
66
+
67
+ ### Windows
68
+
69
+ * [ Download the boot Jar file.] [ 8 ]
70
+ * Use boot by doing ` java -jar boot-X.Y.Z.jar ... ` .
71
+
72
+ ### Unix
64
73
65
74
```
66
75
$ wget https://clojars.org/repo/tailrecursion/boot/1.0.3/boot-1.0.3.jar
67
- $ mv boot-1.0.3.jar boot
76
+ $ mv boot-1.0.3.jar boot
68
77
$ chmod a+x boot
69
78
$ mv boot ~/bin/boot # or anywhere else in your $PATH
70
79
```
71
80
72
- To build boot you will need:
81
+ ### Build From Source
82
+
83
+ To build boot from source you will need:
73
84
74
85
* Java 1.6+
75
86
* [ Leiningen] [ 4 ] 2
You can’t perform that action at this time.
0 commit comments