Flesh out README

This commit is contained in:
Jonathan Carter
2024-12-18 20:56:12 +02:00
parent d076c3c3e7
commit 68667f2d86

View File

@@ -5,6 +5,7 @@
Welcome to System Installer, a powerful toolkit for setting up an installer for operating systems. Welcome to System Installer, a powerful toolkit for setting up an installer for operating systems.
![Installer screenshot](https://git.jonathancarter.org/system-installer/system-installer-daemon/raw/branch/main/docs/screenshots/welcome.png) ![Installer screenshot](https://git.jonathancarter.org/system-installer/system-installer-daemon/raw/branch/main/docs/screenshots/welcome.png)
Dependencies: Dependencies:
- flask - flask
- pytest - pytest
@@ -25,6 +26,20 @@ Recommended:
This project uses gettext for translations. More instruction to follow... This project uses gettext for translations. More instruction to follow...
### Modules
Back-end modules:
* TODO: Explain DMM modules
Front-end modules:
* TODO: Explain Flask blueprint files
API:
A stable API doesn't exist yet, but it's planned!
## License ## License
This software is released under the GPL-2 license or later. See the LICENSE This software is released under the GPL-2 license or later. See the LICENSE