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 instruction in quickstat documentation #235

Open
rawdlite opened this issue May 11, 2024 · 0 comments
Open

Incorrect instruction in quickstat documentation #235

rawdlite opened this issue May 11, 2024 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@rawdlite
Copy link

Hi,
I think i found a bug in quickstart.md
In quickstart it says:

sudo bash -c "echo ZEROTIER_CENTRAL_TOKEN > /var/lib/zerotier-one/token"

This will put just the String 'ZEROTIER_CENTRAL_TOKEN' into the token file.
I guess it should read:

sudo bash -c "echo $ZEROTIER_CENTRAL_TOKEN > /var/lib/zerotier-one/token"

and before that a:

export ZEROTIER_CENTRAL_TOKEN=<token id>

is a required step.

HTH

cheers tom

@laduke laduke added the documentation Improvements or additions to documentation label Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants