mirror of
https://github.com/bisq-network/bisq.git
synced 2025-03-13 11:09:10 +01:00
add commands to update the pricenode
This commit is contained in:
parent
bc3e12288d
commit
54cfc7b563
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue