mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-03-03 17:36:59 +01:00
update readme
This commit is contained in:
parent
834ba4afab
commit
21f5c94cff
1 changed files with 16 additions and 3 deletions
19
README.md
19
README.md
|
@ -30,13 +30,26 @@ You can also checkout [The Merchants Guide to accepting Bitcoin directly with no
|
||||||
|
|
||||||
While the documentation advise using docker-compose, you may want to build yourself outside of development purpose.
|
While the documentation advise using docker-compose, you may want to build yourself outside of development purpose.
|
||||||
|
|
||||||
|
On Powershell:
|
||||||
```
|
```
|
||||||
cd BTCPayServer
|
.\build.ps1
|
||||||
dotnet build -c Release
|
```
|
||||||
|
|
||||||
|
On linux:
|
||||||
|
```
|
||||||
|
.\build.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
## How to run
|
## How to run
|
||||||
|
|
||||||
|
Use the `run` scripts to run BTCPayServer, this example show how to print the available command line arguments of BTCPayServer.
|
||||||
|
|
||||||
|
On Powershell:
|
||||||
```
|
```
|
||||||
dotnet run --no-launch-profile --no-build -c Release -- [btcpay's args]
|
.\run.ps1 --help
|
||||||
|
```
|
||||||
|
|
||||||
|
On linux:
|
||||||
|
```
|
||||||
|
.\run.sh --help
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue