Skip to content

Commit

Permalink
fix: Correct udev-rules directory name in readme (#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
faeizmahrus authored Jan 12, 2025
1 parent da1690f commit f7a6716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f7a6716

Please sign in to comment.