Skip to content

Commit

Permalink
Update the node join instruction to reference "username"
Browse files Browse the repository at this point in the history
related to #1144

Signed-off-by: Christian Heusel <christian@heusel.eu>
  • Loading branch information
christian-heusel authored and juanfont committed Jan 20, 2023
1 parent c720af6 commit 0ffff2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ var registerWebAPITemplate = template.Must(
<p>
Run the command below in the headscale server to add this machine to your network:
</p>
<pre><code>headscale -n NAMESPACE nodes register --key {{.Key}}</code></pre>
<pre><code>headscale nodes register --user USERNAME --key {{.Key}}</code></pre>
</body>
</html>
`))
Expand Down

0 comments on commit 0ffff2c

Please sign in to comment.