Open
Description
On the token.md, page you have an example for copying the local API key to a system variable in PowerShell with the example of:
$env.TOKEN = Get-Content C:\ProgramData\ZeroTier\One\authtoken.secret
That is incorrect there should be a ":" in between env and TOKEN not a "."
It should look like this:
$env:TOKEN = Get-Content C:\ProgramData\ZeroTier\One\authtoken.secret
You can even see by the syntax highlighting in MD the difference.
Metadata
Metadata
Assignees
Labels
No labels