From 7af7b17db84218531edde089f846b98b191fe80b Mon Sep 17 00:00:00 2001 From: aramperes Date: Sat, 23 Aug 2025 12:02:45 -0400 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index e0d66af..d4fc0ce 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,7 @@ My configurations for running a Forgejo Runner with root-less Podman Quadlets. T Install podman: ```sh -sudo apt-get update && sudo apt-get install -y podman fuse-overlayfs -sudo modprobe fuse +sudo apt-get update && sudo apt-get install -y podman ``` Create the data directories (`/data`) for persisting Forgejo runner configurations and cache: