From fa9a5e47dcb9e8aa4afcad54e5e16c24255f8402 Mon Sep 17 00:00:00 2001 From: "Markus F.J. Busche" Date: Sat, 20 Sep 2025 13:58:50 +0200 Subject: [PATCH] Update README --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b20586d..805ccc6 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,12 @@ This plugin makes your OctoPrint instance accessible from anywhere via Tailscale ## Installation -1. Install Tailscale on your system and ensure it's running -2. Install the plugin through OctoPrint's plugin manager -3. Configure the plugin settings in OctoPrint's settings panel -4. Enable Funnel through the plugin interface +1. Install Tailscale on your system and ensure it's running (see https://tailscale.com/download/linux or run `curl -fsSL https://tailscale.com/install.sh | sh`) +2. Start Tailscale on your system (run `sudo tailscale up`) +3. Authenticate using the Tailscale URL (e.g. https://login.tailscale.com/a/) +4. Install the plugin through OctoPrint's plugin manager (go to Settings -> Plugins -> Install and search for "Tailscale Funnel") +5. Configure the plugin settings in OctoPrint's settings panel +6. Enable Funnel through the plugin interface ## Building from Source