Update README.md
This commit is contained in:
parent
ed1c507ea9
commit
987f9a3cfb
12
README.md
12
README.md
@ -85,8 +85,18 @@ VagrantDomain=("app1.dev" "app2.dev" "appN.dev")
|
|||||||
|
|
||||||
Edit your hosts, typically sudo nano /etc/hosts - and set:
|
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
|
192.168.33.10 www.app1.dev
|
||||||
|
```
|
||||||
After run the command:
|
After run the command:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user