Documentation to include creating 127.0.0.2 alias

This commit is contained in:
Henry Camacho 2017-02-05 21:23:24 -06:00
parent 894bd997a9
commit e98780fd21
1 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,12 @@
Build Instructions
------------------
Create a subinterface:
```bash
sudo ifconfig lo0 alias 127.0.0.2 up
```
The above creates an alias the code is able to bind against for admin. Admin is still in progress.
Get the dependencies
```bash