diff options
author | neodarz <neodarz@neodarz.net> | 2018-08-18 20:22:51 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2018-08-18 20:22:51 +0200 |
commit | 40f31c9df3ecfab08324d7f014a5d68cfe834caa (patch) | |
tree | 01a4dba0dda1cb886f00abc0d7f976b5f00493df | |
parent | a3ffca2f4a980510fa4dff4699f68a3543c0584f (diff) | |
download | liberationCenter-40f31c9df3ecfab08324d7f014a5d68cfe834caa.tar.xz liberationCenter-40f31c9df3ecfab08324d7f014a5d68cfe834caa.zip |
Add some info about the documentation
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -5,3 +5,9 @@ Simple service to download APK if user want buy it elsewhere that the playstore. # Dependencies Install all dependencies from the `src/requirement.txt` file. + +# Documentation + +Go in `src` folder and run `./launch-dev.sh`. + +The documentation is available here : [http://127.0.0.1:5000/api/doc](http://127.0.0.1:5000/api/doc). |