File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed
Expand file tree Collapse file tree 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:
6060
6161## Getting Started
6262
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
6473
6574```
6675$ 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
6877$ chmod a+x boot
6978$ mv boot ~/bin/boot # or anywhere else in your $PATH
7079```
7180
72- To build boot you will need:
81+ ### Build From Source
82+
83+ To build boot from source you will need:
7384
7485* Java 1.6+
7586* [ Leiningen] [ 4 ] 2
You can’t perform that action at this time.
0 commit comments