mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 05:54:26 +01:00
update readme
This commit is contained in:
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.
|
||||
|
||||
On Powershell:
|
||||
```
|
||||
cd BTCPayServer
|
||||
dotnet build -c Release
|
||||
.\build.ps1
|
||||
```
|
||||
|
||||
On linux:
|
||||
```
|
||||
.\build.sh
|
||||
```
|
||||
|
||||
## 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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user