Add notes about building Reagent to docs

This commit is contained in:
Juho Teperi 2017-10-22 23:01:54 +03:00
parent ac32060655
commit 938307f78e
2 changed files with 11 additions and 0 deletions

View File

@ -24,6 +24,8 @@ Use your best judgement on what is needed here.
**Create pull requests to the master branch**.
Check [development docs](./docs/development.md)
## Pull requests for bugs
If possible provide:

View File

@ -29,3 +29,12 @@ lein figwheel
# Open http://0.0.0.0:3449 on a browser
# Check console for test output
```
## Building package
To build Reagent and use built version in your applications run `lein install`
and update the dependency on your app to use the version that was installed.
Note that if `project.clj` uses a version that is released on Clojars, this command
will overwrite that version on your local Maven repository. To restore
real version, remove directory corresponding to the version from `~/.m2/repository/reagent/reagent/`.