Doc improvement
This commit is contained in:
@@ -104,7 +104,7 @@ Note: The first run might take a while, but next run are instantaneous.
|
|||||||
|
|
||||||
On Windows:
|
On Windows:
|
||||||
|
|
||||||
```
|
```powershell
|
||||||
Invoke-Command {
|
Invoke-Command {
|
||||||
$BTCPAYGEN_CRYPTO1="btc"
|
$BTCPAYGEN_CRYPTO1="btc"
|
||||||
$BTCPAYGEN_CRYPTO2="ltc"
|
$BTCPAYGEN_CRYPTO2="ltc"
|
||||||
@@ -117,7 +117,7 @@ Invoke-Command {
|
|||||||
|
|
||||||
On Linux:
|
On Linux:
|
||||||
|
|
||||||
```
|
```bash
|
||||||
BTCPAYGEN_CRYPTO1="btc" \
|
BTCPAYGEN_CRYPTO1="btc" \
|
||||||
BTCPAYGEN_CRYPTO2="ltc" \
|
BTCPAYGEN_CRYPTO2="ltc" \
|
||||||
BTCPAYGEN_REVERSEPROXY="nginx" \
|
BTCPAYGEN_REVERSEPROXY="nginx" \
|
||||||
@@ -126,6 +126,11 @@ BTCPAYGEN_SUBNAME="custom" \
|
|||||||
./build.sh
|
./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
|
## What btcpay-setup do
|
||||||
|
|
||||||
`btcpay-setup.sh` utility is a tool which:
|
`btcpay-setup.sh` utility is a tool which:
|
||||||
|
|||||||
Reference in New Issue
Block a user