Docs imprevements (#56)

* fix README.md

* fix addSubdomains.md

* fix README.md

* fix README.md

* fix lnd-onchain-wallet-only.md

* fix seedxor.md

* fix README.md
This commit is contained in:
Elias Rad
2024-09-29 12:46:09 +03:00
committed by GitHub
parent d654f2e88e
commit 34b783a1f6
7 changed files with 11 additions and 11 deletions

View File

@@ -2,7 +2,7 @@
Run BTCPayServer on your RaspiBlitz using the already synced bitcoin blockchain and local LND node.
Benefit from the backup and security features of the RaspiBlitz and LND.
No added synchronization needed.
No added synchronization is needed.
Requirements:
* a domain name or dynamic DNS

View File

@@ -11,7 +11,7 @@ read EMAIL
echo "Input 3 subdomains separated with commas (eg: pay.example.com,tips.example.com,status.example.com)"
read SUBDOMAINS
echo "Input the URL to be redirected to for the second domain"
echo "Input the URL to be redirected to the second domain"
read REDIRECT1
echo "Input the URL to be redirected to for the third domain"
read REDIRECT2
@@ -81,4 +81,4 @@ server {
proxy_pass http://localhost:23000;
}
} " | sudo tee -a /etc/nginx/sites-available/btcpayserver
```
```