Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect example in local API documentation. #167

Open
ColinOppenheim opened this issue Jul 10, 2024 · 0 comments
Open

Incorrect example in local API documentation. #167

ColinOppenheim opened this issue Jul 10, 2024 · 0 comments

Comments

@ColinOppenheim
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant