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

Update Ruby install instructions to be (more) version-proof #2377

Merged
merged 2 commits into from Jan 17, 2017

Conversation

pyrrho
Copy link
Contributor

@pyrrho pyrrho commented Jan 12, 2017

No description provided.

this README isn't up to date!

1. **Install Ruby.**
Use the following command: ``rvm install `cat .ruby-version` `` or manually
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are a lot of `s here. Are they all needed @TheOnlyRew?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The idea is to render the backticks around `cat .ruby-version` in the inline code, so that users run exactly

rvm install `cat .ruby-version`

According to github's markdown docs, the double backticks are how you do that.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Full disclosure, I used the above reply to double check that it works. (It does, lucky me.)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool. That's all I needed.

@lrnrthr lrnrthr merged commit c5a6c94 into master Jan 17, 2017
@lrnrthr lrnrthr deleted the dpb/update_readme_ruby branch January 17, 2017 17:21
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

Successfully merging this pull request may close these issues.

None yet

2 participants