From 1997e35ed338186fe91414e2d285459e9e53463c Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Sun, 8 Oct 2023 15:48:17 +0200 Subject: [PATCH] update README --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index dca756b..c7433d9 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ ssh nas 'tail -n 1 /var/log/de-p1st-monitor/*' 1) Export and fetch data ```shell -ssh_target=rootnas +ssh_target=rootYodaNas dst=~/de-p1st-monitor-"${ssh_target}" files="${dst}".files @@ -178,9 +178,12 @@ cd "${dst}" 2) Install (Python) `graph-cli` ```shell -python -m venv ~/de-p1st-monitor.venv -source ~/de-p1st-monitor.venv/bin/activate -pip install graph-cli +# With a Python venv: +#python -m venv ~/de-p1st-monitor.venv +#source ~/de-p1st-monitor.venv/bin/activate +#pip install graph-cli +# With nix: +nix-shell -p graph-cli ``` 3) Create plots