Skip to content

Commit

Permalink
Merge pull request #135 from cure/fix-README-typos
Browse files Browse the repository at this point in the history
Fix a few typos in the tailscale command line arguments.
  • Loading branch information
kradalby authored Oct 2, 2021
2 parents cfd4781 + 0435089 commit 42913e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Suggestions/PRs welcomed!
7. Add your first machine

```shell
tailscale up -login-server YOUR_HEADSCALE_URL
tailscale up --login-server YOUR_HEADSCALE_URL
```

8. Navigate to the URL you will get with `tailscale up`, where you'll find your machine key.
Expand Down Expand Up @@ -154,7 +154,7 @@ Alternatively, you can use Auth Keys to register your machines:

2. Use the authkey from your machine to register it
```shell
tailscale up -login-server YOUR_HEADSCALE_URL --authkey YOURAUTHKEY
tailscale up --login-server YOUR_HEADSCALE_URL --authkey YOURAUTHKEY
```

If you create an authkey with the `--ephemeral` flag, that key will create ephemeral nodes. This implies that `--reusable` is true.
Expand Down

0 comments on commit 42913e2

Please sign in to comment.