Skip to content

Incorrect example in local API documentation. #167

Open
@ColinOppenheim

Description

@ColinOppenheim

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions