From 906a52b3d3e6b13a4ec1fcc26fb61ee9c3d63295 Mon Sep 17 00:00:00 2001 From: Thurloat Date: Tue, 11 Sep 2018 00:40:38 -0300 Subject: [PATCH] add more up to date running instructions --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 12205f8..f03289f 100644 --- a/README.md +++ b/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