From 66bfe699836f7746bbe76737d8068019c8b50368 Mon Sep 17 00:00:00 2001 From: mbecker20 Date: Wed, 31 Jul 2024 00:14:19 -0700 Subject: [PATCH] add note about user periphery install --- scripts/readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/readme.md b/scripts/readme.md index 03a63d066..3b38bb0bc 100644 --- a/scripts/readme.md +++ b/scripts/readme.md @@ -19,6 +19,8 @@ Will install to paths: ## User +*Note*. The user running periphery must be a member of the docker group, in order to use the docker cli without sudo. + ```sh curl -sSL https://raw.githubusercontent.com/mbecker20/monitor/main/scripts/setup-periphery.py | python3 - --user ```