mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-19 01:43:50 +01:00
fix typo (#304)
This commit is contained in:
parent
42c4f15f22
commit
b5601ed5e6
@ -26,7 +26,7 @@ Thanks to the apps built on top of it, you can use BTCPay to receive donations o
|
||||
* Lightning Network support (LND and c-lightning)
|
||||
* Altcoin support
|
||||
* Complete control over private keys
|
||||
* Fully Compatible with BitPay API (easy migration)
|
||||
* Full compatibility with BitPay API (easy migration)
|
||||
* Enhanced privacy
|
||||
* SegWit support
|
||||
* Process payments for others
|
||||
@ -60,7 +60,7 @@ You can also read the [BTCPay Merchants Guide](https://www.reddit.com/r/Bitcoin/
|
||||
|
||||
## How to build
|
||||
|
||||
While the documentation advises using docker-compose, you may want to build yourself outside of development purpose.
|
||||
While the documentation advises to use docker-compose, you may want to build BTCPay yourself.
|
||||
|
||||
First install .NET Core SDK v2.1.4 (with patch version >= 402) as specified by [Microsoft website](https://www.microsoft.com/net/download/dotnet-core/2.1).
|
||||
|
||||
@ -90,4 +90,4 @@ On linux:
|
||||
|
||||
## Other dependencies
|
||||
|
||||
For more information see the documentation [How to deploy a BTCPay server instance](https://github.com/btcpayserver/btcpayserver-doc/#deployment).
|
||||
For more information, see the documentation: [How to deploy a BTCPay server instance](https://github.com/btcpayserver/btcpayserver-doc/#deployment).
|
||||
|
Loading…
Reference in New Issue
Block a user