diff --git a/README.md b/README.md index d7c82b6..a5bc3a6 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,7 @@ This package installs rvm with some defaults: - stable rvm is used; - rvm is installed using `mixed-mode` install: usable by all users on the system, with isolated rubies/gemsets in user's $HOME (see more [here](http://rvm.io/rvm/install#installation-explained)); - rvm is installed into `/usr/share/rvm` (as Debian/Ubuntu convention); - -Automatic updates are provided by a Ubuntu PPA. +- automatic updates provided by a Ubuntu PPA; Additionally some old packages required to build old ruby binaries (like `libssl1.0-dev`) are automatically available in the PPA too. @@ -114,7 +113,12 @@ rvmsudo rvm get master ## 3. Files permission issues -If you already rebooted, and you're facing any file permission issues during any RVM usage, like `Following files may be not writable`, `sudo is needed` or `Operation not permitted`, you can fix it with: +If you already rebooted, and you're facing any file permission issues during any RVM usage, like: +- `Following files may be not writable` +- `sudo is needed` or +- `Cannot utime: Operation not permitted` + +You can fix it with: rvmsudo rvm cleanup all rvm fix-permissions