Move install.sh to server/; clarify it is server-only

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-27 18:33:41 +02:00
co-authored by Claude Sonnet 4.6
parent 5230b304a2
commit ca459c5ce9
+2 -1
View File
@@ -1,5 +1,6 @@
#!/usr/bin/env bash #!/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: # Fresh install:
# chmod +x install.sh # chmod +x install.sh