Skip to content

Commit d7f58e6

Browse files
committed
Tweak the README a bit
1 parent 323afc5 commit d7f58e6

File tree

1 file changed

+10
-14
lines changed

1 file changed

+10
-14
lines changed

README.md

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -318,19 +318,18 @@ contains among other things a full stacktrace.
318318

319319
First make sure you have Leiningen 2.9.1 or later, `lein upgrade` if necessary.
320320

321-
`lein version`
321+
lein version
322322

323323
To work with `mranderson` the first thing to do is:
324324

325-
`lein do clean, inline-deps`
325+
lein do clean, inline-deps
326326

327327
this creates the munged local dependencies in target/srcdeps directory
328328

329329
after 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

335334
note 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
339338
When you want to release
340339
locally:
341340

342-
`lein with-profile plugin.mranderson/config install`
341+
lein with-profile plugin.mranderson/config install
343342

344343
to 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

Comments
 (0)