From 49ed60ece100e7e1f356d5afe7db2143067287be Mon Sep 17 00:00:00 2001 From: Erisa A Date: Mon, 8 Dec 2025 21:02:51 +0000 Subject: [PATCH] readme: move blog link to "How it works" (#56) Reducing confusion for first-time readers, while keeping the link for the curious. Updates tailscale/tailscale#12943 Signed-off-by: Erisa A --- readme.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index 2d586b3..05ad83d 100644 --- a/readme.md +++ b/readme.md @@ -1,9 +1,5 @@ # Tailscale on the Steam Deck -This process is derived from the [official guide](https://tailscale.com/blog/steam-deck), but has been -tweaked to make the process smoother and produce an installation that comes up -automatically on boot (no need to enter desktop mode). - ## Installing Tailscale 1. Clone this repo to your Deck, switch to root and enter the directory: @@ -53,7 +49,10 @@ Resolution: Delete `/etc/default/tailscaled` and re-run installer script. ## How it works +This script is derived from the [original guide](https://tailscale.com/blog/steam-deck), but has been +tweaked to make the process smoother and produce an installation that comes up +automatically on boot (no need to enter desktop mode). + The Tailscale binaries `tailscale` and `tailscaled` are installed in `/opt/tailscale/`. The Tailscale systemd unit file is installed at `/etc/systemd/system/tailscale.service`. The override file to reconfigure the services `Exec` commands is installed at `/etc/systemd/system/tailscaled.service.d/override.conf`. The defaults file for the variables `PORT` and `FLAGS` is installed at `/etc/default/tailscaled` The service is then started and enabled via `systemctl`. -