Skip to content

Commit

Permalink
Merge pull request #4282 from mrosseel/patch-1
Browse files Browse the repository at this point in the history
Add Readme section on updating a pricenode
  • Loading branch information
sqrrm authored Jun 4, 2020
2 parents 06d6953 + 54cfc7b commit b9d853c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pricenode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b9d853c

Please sign in to comment.