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

Fixed a few typos in upgrade-notes.txt #2238

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
26 changes: 13 additions & 13 deletions help/upgrade-notes.txt
Expand Up @@ -19,13 +19,6 @@
* Optionally you can run \`rvm tools rvm-env ruby bash\` which will generate
shebang wrappers for easier selecting ruby in scripts.

* RVM comes with set of default gems including 'bundler', 'rake', 'rubygems-bundler' and 'rvm' gems,
if you do not wish to get this gems install RVM with this flag: --without-gems="rvm rubygems-bundler"
this option is remembered, it's enough to use it once.

* If you wish to get more default(global) gems installed, install RVM with this flag: --with-gems="pry vagrant"
this option is remembered, it's enough to use it once.

* Binary rubies are installed by default if available, you can read about it in help:
rvm help install
rvm help mount
Expand All @@ -44,13 +37,20 @@

* To update RVM loading code run 'rvm get ... --auto-dotfiles'

* RVM will try automatically use available package manager, might require `sudo`,
* RVM 1.20 changes default behavior of Autolibs to Enabled - if you prefer the 1.19 behavior
then run "rvm autolibs read-fail", read more details: rvm help autolibs

* RVM comes with a set of default gems including 'bundler', 'rake', 'rubygems-bundler' and 'rvm' gems;
if you do not wish to get these gems, install RVM with this flag: --without-gems="rvm rubygems-bundler"
this option is remembered, it's enough to use it once.

* If you wish to get more default(global) gems installed, install RVM with this flag: --with-gems="pry vagrant"
this option is remembered, it's enough to use it once.

* RVM will try to automatically use available package manager, might require `sudo`,
read more about it in `rvm help autolibs`

* RVM 1.20.12 removes thee automated --progress-bar from curl options,
* RVM 1.20.12 removes the automated --progress-bar from curl options,
if you liked this then you can restore this behavior with:

echo progress-bar >> ~/.curlrc

* RVM 1.20 changes default behavior of Autolibs to Enabled - if you prefer the 1.19 behavior
then run "rvm autolibs read-fail", read more details: rvm help autolibs
echo progress-bar >> ~/.curlrc