We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4a8c03 commit 3fbde7aCopy full SHA for 3fbde7a
docs/setup/install/official.md
@@ -57,14 +57,14 @@ managed by systemd.
57
1. Download the latest [`headscale` binary from GitHub's release page](https://github.com/juanfont/headscale/releases):
58
59
```shell
60
- sudo wget --output-document=/usr/local/bin/headscale \
+ sudo wget --output-document=/usr/bin/headscale \
61
https://github.com/juanfont/headscale/releases/download/v<HEADSCALE VERSION>/headscale_<HEADSCALE VERSION>_linux_<ARCH>
62
```
63
64
1. Make `headscale` executable:
65
66
67
- sudo chmod +x /usr/local/bin/headscale
+ sudo chmod +x /usr/bin/headscale
68
69
70
1. Add a dedicated local user to run headscale:
0 commit comments