mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-01 09:39:51 -04:00
Merge pull request #3255 from jamesgecko/vagrant-docs-update
Documentation: prefix `gem install mailcatcher` with sudo
This commit is contained in:
commit
3abac82d84
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…
Add table
Reference in a new issue