From cdccc20239b9fc78e97223bb10ca2007747fd4e6 Mon Sep 17 00:00:00 2001 From: Zaxounette <51208677+Zaxounette@users.noreply.github.com> Date: Thu, 1 Apr 2021 05:42:17 +0200 Subject: [PATCH] Document btcpay-clean.sh in README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 78f875c..1acfea3 100644 --- a/README.md +++ b/README.md @@ -136,6 +136,7 @@ A wide variety of useful scripts are available once BTCPay is installed: * `btcpay-up.sh`: Run `docker-compose up` * `btcpay-down.sh`: Run `docker-compose down` * `btcpay-setup.sh`: Change the settings of your server +* `btcpay-clean.sh`: Purge any unused docker images * `. ./btcpay-setup.sh`: Information about additional parameters * `. ./btcpay-setup.sh -i`: Set up your BTCPayServer * `btcpay-restart.sh`: Restart your BTCPayServer