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

set PATH command is temporary #333

Open
ptr-dodge opened this issue Mar 10, 2023 · 2 comments
Open

set PATH command is temporary #333

ptr-dodge opened this issue Mar 10, 2023 · 2 comments

Comments

@ptr-dodge
Copy link

For windows install instruction, set PATH=%PATH%;"C:\tinygo\bin" will only set the path environment variable for that command prompt session. once you close the window it will be reset. Can we update this to make this change permanent by using setx /M path "%path%;C:\tinygo\bin"

@sago35
Copy link
Member

sago35 commented Mar 10, 2023

It seems like a good idea to add the caveat, "setx ~~~~~~~ may be used if necessary."

@aykevl
Copy link
Member

aykevl commented Apr 29, 2023

This sounds like a good idea.

@ptr-dodge if you want, you can make a PR to update the documentation here: https://github.com/tinygo-org/tinygo-site/blob/dev/content/getting-started/install/windows.md

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

3 participants