docs: link to runtime args example
This commit is contained in:
parent
34bdb4dbe7
commit
44aca144df
1 changed files with 12 additions and 2 deletions
14
README.md
14
README.md
|
|
@ -283,15 +283,25 @@ dev=> (find-orders "AAPL")
|
||||||
|
|
||||||
## Web and Uberjar
|
## 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
|
```clojure
|
||||||
$ git checkout uberjar
|
$ git checkout uberjar
|
||||||
Switched to branch '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
|
## License
|
||||||
|
|
||||||
Copyright © 2015 tolitius
|
Copyright © 2015 tolitius
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue