mirror of
https://github.com/discourse/discourse.git
synced 2025-01-31 12:56:47 +08:00
Merge pull request #3255 from jamesgecko/vagrant-docs-update
Documentation: prefix `gem install mailcatcher` with sudo
This commit is contained in:
commit
3abac82d84
|
@ -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 New Issue
Block a user