From 52257e32a39620b05daeb6a6ac7bdfef0af34239 Mon Sep 17 00:00:00 2001 From: Juan Font Alonso Date: Sun, 21 Feb 2021 01:34:16 +0100 Subject: [PATCH] Update readme --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 009ae271..ee51ad8a 100644 --- a/README.md +++ b/README.md @@ -31,12 +31,19 @@ An open source implementation of the Tailscale coordination server. cp config.json.example config.json ``` -4. Run it +4. Run the server ``` - ./headscale + ./headscale serve ``` 5. Add your first machine ``` tailscale up -login-server YOUR_HEADSCALE_URL ``` + +6. Navigate to the URL you will get with `tailscale up`, where you can find your machine key. + +7. Register your machine using the headscale CLI + ``` + ./headscale register YOURMACHINEKEY + ```