From b3f4eab07565867bebaf9f90646c7209db0ca506 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Tue, 6 Mar 2018 09:40:21 -0500 Subject: [PATCH] fix doc --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ec1fbc8da..4d56cca46 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ On Powershell: On linux: ``` -.\build.sh +./build.sh ``` ## How to run @@ -53,5 +53,9 @@ On Powershell: On linux: ``` -.\run.sh --help +./run.sh --help ``` + +## Other dependencies + +For more information see the documentation [How to deploy a BTCPay server instance](https://github.com/btcpayserver/btcpayserver-doc/blob/master/Deployment.md).