From af3e8c595355fe9094fa13d37359454c2b2b766e Mon Sep 17 00:00:00 2001 From: redbeardymcgee Date: Sun, 1 Dec 2024 15:43:35 -0600 Subject: [PATCH] users probably would like to know to sudo this --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e31f5b3..004ed78 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ You may need to add a large range of subuids and subgids, because `podman` will use them when users are generated inside the containers. ```bash -usermod --add-subuids 200000-299999 --add-subgids 200000-299999 $USER +sudo usermod --add-subuids 200000-299999 --add-subgids 200000-299999 $USER ``` ### Quickstart