From 2d2a1ab3b9c54ce0b5656aa525890cc1d77fd88e Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Wed, 21 May 2025 17:45:50 -0400 Subject: Add some notes to INSTALL.sh --- INSTALL.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/INSTALL.sh b/INSTALL.sh index 364d98c..daf0e9c 100755 --- a/INSTALL.sh +++ b/INSTALL.sh @@ -1,4 +1,14 @@ #!/bin/sh +# 1. Git clone to ~/dashboard (`INSTALL.sh` and `systemd/*.service` assume that path) +# 2. Run `./INSTALL.sh` +# 3. Run `make` +# 4. Go to http://localhost:41198 +# +# 5. (Optional) I set by Firefox homepage to that (configured at +# about:preferences#home), and use +# https://addons.mozilla.org/en-US/firefox/addon/new-tab-override/ +# to have the new-tab-page be my homepage. + set -ex sudo pacman -S --needed -- \ -- cgit v1.2.3-2-g168b