From eb501349bc5c708389d79f558545e1c4ede121b8 Mon Sep 17 00:00:00 2001 From: Kieran Eglin Date: Thu, 10 Apr 2025 09:28:52 -0700 Subject: [PATCH] Ran linting on README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ff0b64..d99b196 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ docker run \ The Podman setup is similar to Docker but changes a few flags to run under a User Namespace instead of root. To run Pinchflat under Podman and use the current user's UID/GID for file access run this: ``` -podman run \ +podman run \ --security-opt label=disable \ --userns=keep-id --user=$UID \ -e TZ=America/Los_Angeles \