From 1b4da59ea51486c6bfde635dfcf4a3dc915b4496 Mon Sep 17 00:00:00 2001 From: Faeiz Mahrus <167124477+faeizmahrus@users.noreply.github.com> Date: Sun, 12 Jan 2025 15:38:31 +0600 Subject: [PATCH] fix: Correct udev-rules directory name in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6430fb91..54a997eb 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ A layer for adding enhancements to your image. Use these for better hardware sup Add this to your Containerfile to copy the rules over: - COPY --from=ghcr.io/ublue-os/config:latest /files/ublue-os/udev-rules / + COPY --from=ghcr.io/ublue-os/config:latest /files/ublue-os-udev-rules / COPY --from=ghcr.io/ublue-os/config:latest /files/ublue-os/update-services / Or if you prefer to install via an RPM package: