From ec7ae3b74a0b47b12692e03b69eb73575e3852d3 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath <2+defunkt@users.noreply.github.com> Date: Fri, 26 Sep 2025 11:35:56 -0700 Subject: [PATCH] have fun --- app/README.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/app/README.md b/app/README.md index 98de4e3..c316ae1 100644 --- a/app/README.md +++ b/app/README.md @@ -2,14 +2,24 @@ ## Installation -You just need to make a "nose" user on your RPi and make sure you can ssh in. +1. Make a fresh RPi image with a "nose" user. -Then run `bun remote:install`. +2. Clone this repo -When it's done (it'll reboot) visit: +3. From the root of this repo, run: + + bun remote:install` + +4. When it's done (it'll reboot) visit: http://nose-pluto.local +And to make sure DNS is working: + + http://ping.nose-pluto.local/ + +5. Have fun! + ## Local Dev bun install