This commit is contained in:
mbecker20
2024-05-04 15:46:36 -07:00
parent a9b3054de3
commit 566e1090da

View File

@@ -7,7 +7,7 @@ There's two ways to install periphery: `System` and `User`
```sh
curl https://raw.githubusercontent.com/mbecker20/monitor/main/scripts/setup-periphery.py | python3
```
Install paths:
Will install to paths:
- periphery (binary) -> `/usr/local/bin/periphery`
- periphery.service -> `/etc/systemd/system/periphery.service`
- periphery.config.toml -> `/etc/monitor/periphery.config.toml`
@@ -18,7 +18,7 @@ Install paths:
curl https://raw.githubusercontent.com/mbecker20/monitor/main/scripts/setup-periphery.py | python3 - --user
```
Install paths:
Will install to paths:
- periphery (binary) -> $HOME/.local/bin
- periphery.service -> $HOME/.config/systemd/user/periphery.service
- periphery.config.toml -> $HOME/.config/monitor/periphery.config.toml