mirror of
https://github.com/metosin/reitit.git
synced 2025-12-18 08:51:12 +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
|
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
|
## License
|
||||||
|
|
||||||
Copyright © 2017 [Metosin Oy](http://www.metosin.fi)
|
Copyright © 2017 [Metosin Oy](http://www.metosin.fi)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue