commit fe4cb535cc68ec2c48e36e1ef7676bf0ceba2963
parent 5ccf7fab1bf17870cb6c7907cc68c4504a501144
Author: nickfarrow <nicholas.w.farrow@gmail.com>
Date: Fri, 12 Nov 2021 16:32:44 +1100
Add updating section
Diffstat:
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -16,6 +16,7 @@ Donation Button -----> | Bitcoin Payment Gateway
+ [Using HTTPS & Domains](#using-https---domains)
+ [Security](#security)
+ [Payment Gateway (Woocommerce)](#payment-gateway--woocommerce-)
+- [Updating](#Updating)
- [Docs](#Docs)
- [Contributions welcomed](#contributions-welcomed)
- [Coming soon](#coming-soon)
@@ -98,6 +99,15 @@ For maximum security, we recommend hosting on a machine where your node only has
### Payment Gateway (Woocommerce)
Currently we have a plugin for Woocommerce in Wordpress that makes Bitcoin webstores extremely easy, [please click here for installation instructions](docs/woocommerce.md). SatSale acts as a custom payment gateway for Woocommerce via the php plugin found in `/gateways`. We have plans to extend to other web stores in the future.
+# Updating
+When updating you want to you keep your config file changes but also receive new config options so it is often easiest to:
+```
+git stash
+git pull origin master
+git stash pop
+```
+You can also just make commits to your modified fork.
+
# Docs
* Basic [API docs](https://satsale.org/docs.html)
* Example [configs, Tor, HTTPS, nginx, etc](docs/)