Files
system-installer-daemon/README.md
Jonathan Carter 38b6dc6a88 Add license
2024-12-18 20:28:19 +02:00

31 lines
917 B
Markdown

# Welcome
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)
Dependencies:
- flask
- pytest
- coverage
- libxapp-gtk3-module
- gettext
Recommended:
- libjs-htmx (needed if the web front-end is to be used)
- sass-stylesheets-bulma (needed if the web front-end is to be used)
## Development
**Please Note:** This project is in early development, and if you have stumbled across this page, please note that it is nowhere near ready for production use yet. Hopefully that changes over the next few months!
### Translations
This project uses gettext for translations. More instruction to follow...
## License
This software is released under the GPL-2 license or later. See the LICENSE
file for additional details.