refined README

This commit is contained in:
Boockmann 2019-01-31 17:45:47 +01:00
parent 170fb6c3ae
commit 9abb15de66

View File

@ -7,7 +7,7 @@ a searchable list of existing markdown files from CodiMD, i.e., [https://hackmd.
## Testing locally
Execute `docker build . --tag codimd; docker run -p 5000:5000 --env TESTING=True codimd` to run the app in testing mode locally. No database credentials are required for test
Execute `docker build . --tag codimd; docker run -p 5000:5000 --env TESTING=True codimd` to run the app in testing mode locally. No database credentials are required during testing mode; test data is read from a local file.
### Open issues