-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Add documentation for Windows #1605
Conversation
j1n6
commented
Mar 7, 2017
- Improve the configuration documentation for Windows setup
- Give real example for bash and PowerShell setup
Give real example for bash and PowerShell setup
looks like a build to failure, not related to the commit. How can i trigger a retest without a commit? |
anyone to review this? |
// - Make sure to use a full path if the binary name doesn't work | ||
// - Remove `--login` in shellArgs | ||
// | ||
// Bash on Windows |
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.
Is this a reference to the new WSL bash shell? That's not too clear here.
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.
Yes indeed. I will add additional text to clarify.
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.
and squash the commit..
closed & reopened to trigger tests |
app/config-default.js
Outdated
// Windows | ||
// - Make sure to use a full path if the binary name doesn't work | ||
// - Remove `--login` in shellArgs | ||
// |
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's a trailing space here. (See tests)
@activars can you fix it?