From 1f24ff84fe8236ce81e18aca271e4c8d0b0db6d1 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Fri, 10 Aug 2018 13:58:09 +0900 Subject: [PATCH] Doc improvement --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e911bd3..b37f40b 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ Note: The first run might take a while, but next run are instantaneous. On Windows: -``` +```powershell Invoke-Command { $BTCPAYGEN_CRYPTO1="btc" $BTCPAYGEN_CRYPTO2="ltc" @@ -117,7 +117,7 @@ Invoke-Command { On Linux: -``` +```bash BTCPAYGEN_CRYPTO1="btc" \ BTCPAYGEN_CRYPTO2="ltc" \ BTCPAYGEN_REVERSEPROXY="nginx" \ @@ -126,6 +126,11 @@ BTCPAYGEN_SUBNAME="custom" \ ./build.sh ``` +Next, you will need to configure the runtime environment variable for `Generated/docker-compose.custom.yml`. + +* If you are using [NGinx](Production/README.md) +* If you are [not using NGinx](Production-NoReverseProxy/README.md) + ## What btcpay-setup do `btcpay-setup.sh` utility is a tool which: