-
Notifications
You must be signed in to change notification settings - Fork 87
docs: Added docs to setup app locally in windows #1536
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
docs: Added docs to setup app locally in windows #1536
Conversation
| project’s website. | ||
|
|
||
| ```bash | ||
| \curl -sSL https://get.rvm.io -o rvm.sh |
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.
do we really need the backward slash?
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.
It is just a prevention measure, it's not necessary.
Do you want me to remove it?
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.
Please do
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.
Removed it. 👍
…ion installation to use .nvmrc and .ruby-version file
|
Hey @akhilgkrishnan , I have updated the changes. Could you please take a look at it? |
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.
LGTM. Thanks @rayy40 for working on this ❤️
Fixes:
Missing documentation to setup app locally using Windows.
Reference: #1529
Solution:
Added a documentation to setup app locally using Windows.
Followed the docs of Linux and MacOs, to write the similar docs for Windows.