From 54cfc7b56388dcd5f777eb81ca7f6bc78bea0b7b Mon Sep 17 00:00:00 2001 From: mrosseel Date: Thu, 4 Jun 2020 10:53:21 +0200 Subject: [PATCH] add commands to update the pricenode --- pricenode/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pricenode/README.md b/pricenode/README.md index 1b6f8cd69f7..5a54776b4a7 100644 --- a/pricenode/README.md +++ b/pricenode/README.md @@ -81,6 +81,12 @@ Furthermore, you are obliged to provide network size data to the monitor by runn curl -s https://raw.githubusercontent.com/bisq-network/bisq/master/pricenode/install_networksize_debian.sh | sudo bash ``` +### Updating + +Update your bisq code in /bisq/bisq with ```git pull``` + +Then build an updated pricenode: +```./gradlew :pricenode:installDist -x test``` ## How to deploy elsewhere