[docs]: link to uberjar docs
This commit is contained in:
parent
028d0a90b1
commit
3e0fdffaa8
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
|
@ -21,6 +21,7 @@ _**Alan J. Perlis** from [Structure and Interpretation of Computer Programs](htt
|
||||||
- [Start and Stop Order](#start-and-stop-order)
|
- [Start and Stop Order](#start-and-stop-order)
|
||||||
- [Mount and Develop!](#mount-and-develop)
|
- [Mount and Develop!](#mount-and-develop)
|
||||||
- [Running New York Stock Exchange](#running-new-york-stock-exchange)
|
- [Running New York Stock Exchange](#running-new-york-stock-exchange)
|
||||||
|
- [Web and Uberjar](#web-and-uberjar)
|
||||||
- [License](#license)
|
- [License](#license)
|
||||||
|
|
||||||
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
||||||
|
|
@ -280,6 +281,17 @@ dev=> (find-orders "AAPL")
|
||||||
({:db/id 17592186045418, :order/symbol "AAPL", :order/bid 111.712M, :order/qty 250, :order/offer 111.811M})
|
({:db/id 17592186045418, :order/symbol "AAPL", :order/bid 111.712M, :order/qty 250, :order/offer 111.811M})
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Web and Uberjar
|
||||||
|
|
||||||
|
There is an `uberjar` branch with an example of sample webapp and it's uberjar sibling. Before trying it:
|
||||||
|
|
||||||
|
```clojure
|
||||||
|
$ git checkout uberjar
|
||||||
|
Switched to branch 'uberjar'
|
||||||
|
```
|
||||||
|
|
||||||
|
The documentation is [here](doc/uberjar.md).
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
Copyright © 2015 tolitius
|
Copyright © 2015 tolitius
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue