From b1d1bd32c3c996eea434f8cf655f28f2991e8e33 Mon Sep 17 00:00:00 2001 From: Kristoffer Dalby Date: Tue, 27 Jul 2021 18:37:43 +0100 Subject: [PATCH] Fix typo in example The example command is missing the `s` in `preauthkeys` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 24947750..95538959 100644 --- a/README.md +++ b/README.md @@ -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