mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 09:26:54 -06: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
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user