Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
raelgc committed Jan 12, 2021
1 parent ac174ec commit ef7797b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,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
Expand Down

0 comments on commit ef7797b

Please sign in to comment.