Merge pull request #3255 from jamesgecko/vagrant-docs-update

Documentation: prefix `gem install mailcatcher` with sudo
This commit is contained in:
Sam 2015-03-09 09:41:54 +11:00
commit 3abac82d84

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: 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 mailcatcher --http-ip 0.0.0.0
``` ```