Ran linting on README

This commit is contained in:
Kieran Eglin 2025-04-10 09:28:52 -07:00
parent 6f58d845a6
commit eb501349bc
No known key found for this signature in database
GPG key ID: 193984967FCF432D

View file

@ -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 \