Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 412 Bytes

upgrade.md

File metadata and controls

23 lines (17 loc) · 412 Bytes

If you want to upgrade your tool to the latest version please do the following:

Pull the latest code and build the binary.

cd matic-jagar
git fetch
git pull origin main
go build -o matic-jagar

Move the binary to your $GOBIN and restart the system service.

mv matic-jagar ~/go/bin
sudo systemctl restart matic_jagar.service

You can check the logs using:

journalctl -u matic_jagar -f