mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 00:11:11 +00:00
Build instructions
This commit is contained in:
parent
9a7eaaa912
commit
d44b18ad66
1 changed files with 14 additions and 0 deletions
14
README.md
14
README.md
|
|
@ -41,6 +41,20 @@ gitbook install
|
|||
gitbook serve
|
||||
```
|
||||
|
||||
To raise the version:
|
||||
|
||||
```bash
|
||||
# new version
|
||||
./scripts/set-version "1.0.0"
|
||||
./scripts/lein-modules install
|
||||
|
||||
# works
|
||||
lein test
|
||||
|
||||
# deploy to clojars
|
||||
./scripts/lein-modules do clean, deploy clojars
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
Copyright © 2017 [Metosin Oy](http://www.metosin.fi)
|
||||
|
|
|
|||
Loading…
Reference in a new issue