Update README.md

This commit is contained in:
André Almeida 2019-05-06 14:02:36 -07:00
parent ed1c507ea9
commit 987f9a3cfb

View File

@ -85,8 +85,18 @@ VagrantDomain=("app1.dev" "app2.dev" "appN.dev")
Edit your hosts, typically sudo nano /etc/hosts - and set:
```
##
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting. Do not change this entry.
##
127.0.0.1 localhost
255.255.255.255 broadcasthost
::1 localhost
192.168.33.10 www.app1.dev
```
After run the command:
```