diff --git a/README.md b/README.md index df6d1a2..8017c6b 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,21 @@ but it is advised to directly use a minimal Linux VM instead `podman`, with `podman-docker` is the recommended way to run BITE, in rootless mode. +Requirements are: + +- `podman` +- `podman-docker` +- `catatonit` +- `docker-compose` + +On Fedora 33+: + +```bash +sudo dnf install -y podman podman-docker catatonit docker-compose +``` + +To setup `podman` run: + ```bash systemctl start --user podman.socket export DOCKER_HOST=unix://run/user/$UID/podman/podman.sock