@@ -318,19 +318,18 @@ contains among other things a full stacktrace.
318318
319319First make sure you have Leiningen 2.9 .1 or later, `lein upgrade` if necessary.
320320
321- ` lein version`
321+ lein version
322322
323323To work with `mranderson` the first thing to do is:
324324
325- ` lein do clean, inline-deps`
325+ lein do clean, inline-deps
326326
327327this creates the munged local dependencies in target/srcdeps directory
328328
329329after that you can run your tests or your repl with:
330330
331- `lein with-profile +plugin.mranderson/config repl`
332-
333- `lein with-profile +plugin.mranderson/config test`
331+ lein with-profile +plugin.mranderson/config repl
332+ lein with-profile +plugin.mranderson/config test
334333
335334note the plus sign before the leiningen profile.
336335
@@ -339,21 +338,18 @@ If you want to use `mranderson` while developing locally with the repl the sourc
339338When you want to release
340339locally:
341340
342- ` lein with-profile plugin.mranderson/config install`
341+ lein with-profile plugin.mranderson/config install
343342
344343to clojars:
345344
346- `lein with-profile plugin.mranderson/config deploy clojars`
347-
348- Or alternatively run
349-
350- `make install`
345+ lein with-profile plugin.mranderson/config deploy clojars
351346
352- `make deploy`
347+ Alternatively you can leverage the bundled `Makefile`:
353348
354- build.sh cleans, runs source-deps with the right parameters, runs the tests and then runs the provided lein target.
349+ make install
350+ make deploy
355351
356- You can also use a Makefile now: `make clean && make test` for example .
352+ You might also want to do a `make test` prior to deploying anything to Clojars .
357353
358354## Changelog
359355
0 commit comments