From d873fd27ab32ac5675c072a2d3f45ec7afa174c3 Mon Sep 17 00:00:00 2001 From: James D Date: Thu, 5 Mar 2015 13:31:18 -0500 Subject: [PATCH] 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 --- docs/VAGRANT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/VAGRANT.md b/docs/VAGRANT.md index dae6312af..d0004a273 100644 --- a/docs/VAGRANT.md +++ b/docs/VAGRANT.md @@ -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 ```