-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Updating installation instructions with Win 7/8 warning. #601
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
docs/getting-started/index.mdx
Outdated
@@ -39,7 +39,7 @@ curl -s https://ngrok-agent.s3.amazonaws.com/ngrok.asc | \ | |||
choco install ngrok | |||
``` | |||
|
|||
Run this in an Administrator Command Prompt. | |||
Run this in an Administrator Command Prompt. Version 3.6.0+ require Windows 10 or higher. If you are using Windows 7 or 8, 3.5.0 is the last supported version of the ngrok agent. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this doesn't feel like it needs to be in the getting started guide. can we add it to the v2 - v3 upgrade guide instead?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@russorat any thoughts on the above?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah, i think https://ngrok.com/docs/agent/#install makes more sense.
No description provided.