add readme

This commit is contained in:
maybetree
2025-08-07 11:23:09 +02:00
parent 10f74f18bd
commit 876e7d489e

14
README.md Normal file
View File

@ -0,0 +1,14 @@
# klankschool's bardak configuration
This repo encapsulated bardak as a submodule and contains
extra configuration on how we run bardak.
Namely, we run it in an rootless podman container
managed by a systemd user service.
To install and run:
- clone this repo
- `./build.sh`
- `./enable-user-service.sh`
- `systemctl --user start bardak`