1
0
This commit is contained in:
nicolas.dorier
2018-05-17 01:49:20 +09:00
parent e2b82697a0
commit 427263f3c5
2 changed files with 17 additions and 17 deletions

View File

@@ -106,11 +106,11 @@ Invoke-Command {
On Linux:
```
BTCPAYGEN_CRYPTO1=btc \
BTCPAYGEN_CRYPTO2=ltc \
BTCPAYGEN_REVERSEPROXY=nginx \
BTCPAYGEN_LIGHTNING=cligthning \
BTCPAYGEN_SUBNAME=custom \
BTCPAYGEN_CRYPTO1="btc" \
BTCPAYGEN_CRYPTO2="ltc" \
BTCPAYGEN_REVERSEPROXY="nginx" \
BTCPAYGEN_LIGHTNING="cligthning" \
BTCPAYGEN_SUBNAME="custom" \
./build.sh
```