From 6055b9798d71c6bb5f27e73bdaab50263fe22363 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Sat, 28 Feb 2026 08:04:23 -0800 Subject: [PATCH] Replace quickstart with detailed setup docs --- README.md | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2dda393..5bbc68f 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,28 @@ Toes is a personal web server you run in your home. Plug it in, turn it on, and forget about the cloud. -## quickstart +## setup -1. Plug in and turn on your Toes computer. -2. Tell Toes about your WiFi by . -3. Visit https://toes.local to get started! +Toes runs on a Raspberry Pi. You'll need: + +- A Raspberry Pi running Raspberry Pi OS +- A `toes` user with passwordless sudo + +SSH into your Pi as the `toes` user and run: + +```bash +curl -fsSL https://toes-y8zi.onrender.com/install | bash +``` + +This will: + +1. Install system dependencies (git, fish shell, networking tools) +2. Install Bun and grant it network binding capabilities +3. Clone and build the toes server +4. Set up bundled apps (clock, code, cron, env, stats, versions) +5. Install and enable a systemd service for auto-start + +Once complete, visit `http://.local` on your local network. ## features - Hosts bun/hono/hype webapps - both SSR and SPA.