mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-20 02:28:31 +01:00
5 lines
254 B
Markdown
5 lines
254 B
Markdown
|
This tool makes it easy to create a BTCPay plugin package. To create a package you must:
|
||
|
* Build your BTCPay Plugin project
|
||
|
* open a terminal in this project
|
||
|
* run `dotnet run PATH_TO_PLUGIN_BUILD_DIRECTORY NAME_OF_PLUGIN BUILT_PACKAGE_OUTPUT_DIRECTORY`
|