From 44aca144dfb7f9f4deecf2a7f06140f420897aa3 Mon Sep 17 00:00:00 2001 From: anatoly Date: Fri, 13 Nov 2015 21:48:17 -0500 Subject: [PATCH] docs: link to runtime args example --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cd85553..5fcc6fb 100644 --- a/README.md +++ b/README.md @@ -283,15 +283,25 @@ dev=> (find-orders "AAPL") ## Web and Uberjar -There is an `uberjar` branch with an example of sample webapp and it's uberjar sibling. Before trying it: +There is an `uberjar` branch with an example webapp and it's uberjar sibling. Before trying it: ```clojure $ git checkout uberjar Switched to branch 'uberjar' ``` -The documentation is [here](doc/uberjar.md). +The documentation is [here](doc/uberjar.md#creating-reloadable-uberjarable-app). +## Runtime Arguments + +There is an `with-args` branch with an example app that takes command line params + +```clojure +$ git checkout with-args +Switched to branch 'with-args' +``` + +The documentation is [here](doc/runtime-arguments.md#passing-runtime-parameters). ## License Copyright © 2015 tolitius