mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 09:36:19 -05:00
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:
parent
4691fe35b3
commit
d873fd27ab
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue