Update lightning-terminal.md (#786)

This commit is contained in:
Jacob Burrell 2023-05-09 13:23:16 -07:00 committed by GitHub
parent cec19acb95
commit f502b9f1bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ To install the Lightning Terminal service, you need to set a password for the lo
export LIT_PASSWD="sUpErSeCuRe"
# Add fragment and run setup
BTCPAYGEN_ADDITIONAL_FRAGMENTS="$BTCPAYGEN_ADDITIONAL_FRAGMENTS;opt-add-lightning-terminal"
export BTCPAYGEN_ADDITIONAL_FRAGMENTS="$BTCPAYGEN_ADDITIONAL_FRAGMENTS;opt-add-lightning-terminal"
. btcpay-setup.sh -i
```