add more up to date running instructions

master
Thurloat 6 years ago
parent 3654dc45bf
commit 906a52b3d3
  1. 10
      README.md

@ -22,8 +22,14 @@ proxy server from sources they actually trust.
## Running the server
Currently you can run with `Mix run --no-halt`, working on a `distillery`
process to compile something nice.
You can compile a release by running `MIX_ENV=prod mix release`.
Then to run the server, you can supply your own DNS server via the DOUGH_DNS
environment variable.
```
DOUGH_DNS="1.1.1.1" _build/prod/rel/dough/bin/dough foreground
```
## Configure Firefox

Loading…
Cancel
Save