]> WPIA git - motion.git/blobdiff - README.md
upd: move bootstarp from 3.3.7 to 4.3.1
[motion.git] / README.md
index 5eb4ec222141ee6cf24c82ac6b8a12289d29eba0..01406efc9962c48c8a6a706577a68ff88081ae4c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -13,8 +13,10 @@ To debug-run:
 LANG=C.UTF-8 FLASK_DEBUG=1 FLASK_APP=motion.py flask run
 ```
 
-To install database schema, run in an interactive python shell (`python`):
-```
-import motion
-motion.init_db()
-```
+The database schema is automatically installed when the table "schema_version" does not exist and the application is started.
+
+# Usage
+
+Within the motion content markdown can be used for formatting e.g. 
+* To add a line break add two lines
+* to enter a link use `[text](https//domain.tld/link)`