This commit is contained in:
Thijs Triemstra 2018-10-14 14:28:09 +02:00 committed by Nicolas Dorier
parent 42c4f15f22
commit b5601ed5e6

View File

@ -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).