Browse Source

DIV-000: Updated README file.

pull/160/head
Charles Shin 7 years ago
parent
commit
d8087e280e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@ -40,7 +40,7 @@ To run this project in your development machine, follow these steps:
8. Start the [Weasyprint server](https://hub.docker.com/r/aquavitae/weasyprint/) server on port 5005
1. Bind the IP address 10.200.10.1 to the lo0 interface on your Mac computer. Weasyprint has been configured to use this IP address to request CSS files from Django *(You should only have to do this once)*.
1. Bind the IP address 10.200.10.1 to the lo0 interface on your Mac computer. Weasyprint has been configured to use this IP address to request CSS files from Django.
```
sudo ifconfig lo0 alias 10.200.10.1/24
```


Loading…
Cancel
Save