diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-05-21 17:45:50 -0400 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-05-21 17:50:47 -0400 |
commit | 2d2a1ab3b9c54ce0b5656aa525890cc1d77fd88e (patch) | |
tree | 79966bd31a6b584f367907bb4ddc0bd9eef73d2a | |
parent | 4a2aa14e68b5b6b1b3c09e0b923178c7c98a671c (diff) |
-rwxr-xr-x | INSTALL.sh | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 -- \ |