Documentation: prefix gem install mailcatcher with sudo

Resolves the gem installation issue described in this topic:
https://meta.discourse.org/t/permission-denied-when-installing-mailcatcher-in-vagrant-box/25999
This commit is contained in:
James D 2015-03-05 13:31:18 -05:00
parent 4691fe35b3
commit d873fd27ab

View File

@ -130,7 +130,7 @@ Then in a browser, go to [http://localhost:4080](http://localhost:4080). Sent em
If for some reason mailcatcher is not installed, install and launch it with these commands:
```
gem install mailcatcher
sudo gem install mailcatcher
mailcatcher --http-ip 0.0.0.0
```