Update readme

This commit is contained in:
Juan Font Alonso 2021-02-21 01:34:16 +01:00
parent 7d52842a4c
commit 52257e32a3

View File

@ -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
```