X-Git-Url: https://code.wpia.club/?p=motion.git;a=blobdiff_plain;f=README.md;fp=README.md;h=01406efc9962c48c8a6a706577a68ff88081ae4c;hp=3b33b93b8964cc5634335a6856bbf219fad2c769;hb=fd16e7d1b4090b8466997b98ce84e5a9d9ebc4d0;hpb=9294e72428970a7bcb670c651d036a6d26db6610 diff --git a/README.md b/README.md index 3b33b93..01406ef 100644 --- a/README.md +++ b/README.md @@ -14,3 +14,9 @@ LANG=C.UTF-8 FLASK_DEBUG=1 FLASK_APP=motion.py flask run ``` 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)`