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

Prefer one liners OS requirement install commands #37259

Merged

Conversation

deivid-rodriguez
Copy link
Contributor

Summary

This is probably a dumb PR but I'll propose it anyways.

I was getting some problems when running bundle install on a fresh clone. It was due to some extension building errors that usually point out missing OS dependencies.

So I run "rg apt-get" hoping to find some suggestion to install requirements for my OS. However, the result was misleading, because dependencies are split across several lines, so I missed many of them.

I think a one liner is better and it's also slightly easier to copy-paste.

I was getting some problems when running `bundle install` on a fresh
clone. It was due to some extension building errors that usually point
out to missing OS dependencies.

So I run "rg apt-get" hoping to find some suggestion to install
requirements for my OS. However, the result was misleading, because
dependencies are split across several lines, so I missed many of them.

I think a one liner is better and it's also slightly easier to
copy-paste.
@rails-bot rails-bot bot added the docs label Sep 20, 2019
@kaspth kaspth merged commit c276e5d into rails:master Sep 20, 2019
@kaspth
Copy link
Contributor

kaspth commented Sep 20, 2019

Let's do it since these are meant to be copied.

@deivid-rodriguez deivid-rodriguez deleted the improve_os_dependency_installation_docs branch September 21, 2019 08:15
@deivid-rodriguez
Copy link
Contributor Author

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants