diff --git a/README.md b/README.md index 1458f93..1edc920 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,15 @@ License: OQL +# STSG -# Installing +## Planned features + +- [ ] auto uploading to ftp and other online services using a plugin system +- [ ] build a git wiki in a specified languages instead of a static website +- [ ] hosting the documentation somehow +- [ ] multiple templates + a way to choose templates + +## Installing ```sh python3 -m venv .venv @@ -9,7 +17,7 @@ source .venv/bin/activate pip install -e . ``` -# Execute +## Execute To start a local http server in the dist folder you can simply do: