diff --git a/install.sh b/server/install.sh similarity index 97% rename from install.sh rename to server/install.sh index f97d2c2..6167b26 100755 --- a/install.sh +++ b/server/install.sh @@ -1,5 +1,6 @@ #!/usr/bin/env bash -# Install or update we_monitor as a systemd user service. +# SERVER installer — installs the we_monitor collector as a systemd user service. +# Does NOT install the GUI client (see client/requirements.txt). # # Fresh install: # chmod +x install.sh