Doc improvement

This commit is contained in:
nicolas.dorier
2018-08-10 13:58:09 +09:00
parent 05053ed7fa
commit 1f24ff84fe

View File

@@ -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: