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

Document additional rvm install options #4350

Merged
merged 4 commits into from
Apr 4, 2018

Conversation

saizai
Copy link
Contributor

@saizai saizai commented Apr 3, 2018

Partially fixes #4312.

Adds documentation in rvm help install for:

  • (OSX) --universal
  • --arch | --archflags
  • (rbx & jruby) --1.8 | --1.9 | --2.0 | --2.1 | --18 | --19 | --20 | --21
  • --clang
  • --disable-llvm | --disable-jit | --enable-llvm | --enable-jit
  • --with-arch
  • --
  • --with-* | --without-*
  • --enable-* | --disable-*
  • -E | --env
  • -M
  • --rdoc | --yard
  • --url | --repository | --repo
  • --branch
  • --sha
  • --trace
  • --proxy

Reformats some sections / subheadings and realigns a few bits.

@pkuczynski pkuczynski requested a review from mpapis April 3, 2018 13:52
@pkuczynski pkuczynski added this to the rvm-1.29.4 milestone Apr 3, 2018
@pkuczynski
Copy link
Member

Looks good to me. @mpapis what you think?

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

Successfully merging this pull request may close these issues.

rvm install --url, --branch undocumented; lacks --tag
3 participants