Skip to content

Commit

Permalink
Fix typo in example
Browse files Browse the repository at this point in the history
The example command is missing the `s` in `preauthkeys`
  • Loading branch information
kradalby authored Jul 27, 2021
1 parent b83ecc3 commit b1d1bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Alternatively, you can use Auth Keys to register your machines:

1. Create an authkey
```shell
headscale -n myfirstnamespace preauthkey create --reusable --expiration 24h
headscale -n myfirstnamespace preauthkeys create --reusable --expiration 24h
```

2. Use the authkey from your machine to register it
Expand Down

0 comments on commit b1d1bd3

Please sign in to comment.