From 1c7582d0a2dc88e4b4445cc8a7db946218b0d35b Mon Sep 17 00:00:00 2001 From: mbecker20 Date: Sat, 4 May 2024 16:05:43 -0700 Subject: [PATCH] note about root user --- scripts/readme.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/readme.md b/scripts/readme.md index edd577aff..826576a0f 100644 --- a/scripts/readme.md +++ b/scripts/readme.md @@ -2,11 +2,14 @@ There's two ways to install periphery: `System` and `User` -## System (requires sudo) +## System (requires root) + +Note. Run this after switching to root user (eg `sudo su -`). ```sh curl https://raw.githubusercontent.com/mbecker20/monitor/main/scripts/setup-periphery.py | python3 ``` + Will install to paths: - periphery (binary) -> `/usr/local/bin/periphery` - periphery.service -> `/etc/systemd/system/periphery.service`