File tree 2 files changed +5
-6
lines changed
2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -36,9 +36,8 @@ Updating changes in the program is done by issuing `(reset)`. If you call
36
36
37
37
The easiest way to run the inlein client is by going into the ` client ` directory
38
38
and running ` lein run -- your params here ` . If you mainly work on the daemon,
39
- you may prefer faster client startup speeds. Running ` lein uberjar++ ` will
40
- create ` target/inlein ` , which is a fast executable snapshot version of the
41
- client.
39
+ you may prefer faster client startup speeds. Running ` lein uberjar ` will create
40
+ ` target/inlein ` , which is a fast executable snapshot version of the client.
42
41
43
42
## Codebase
44
43
Original file line number Diff line number Diff line change 11
11
:scm {:dir " .." }
12
12
:aliases {" javadoc" [" shell" " javadoc" " -d" " javadoc/inlein-${:version}"
13
13
" -sourcepath" " src" " inlein.client" ]
14
- " uberjar++ " [" do"
15
- [" uberjar" ]
16
- [" shell" " sh" " executable-jars.sh" " ${:version}" ]]}
14
+ " uberjar" [" do"
15
+ [" uberjar" ]
16
+ [" shell" " sh" " executable-jars.sh" " ${:version}" ]]}
17
17
:plugins [[lein-shell " 0.5.0" ]]
18
18
:jar-name " inlein-no-deps-%s.jar"
19
19
:uberjar-name " inlein-%s.jar"
You can’t perform that action at this time.
0 commit comments