How to update to v1.0.1 release?

Well somebody had to ask :see_no_evil: this nub question.

Is there a command to update Grin node to v1.0.1 from a working 1.0.0 in Ubuntu? without going thru the pain of redoing the whole install?

Asking for a friend …

what reinstall ?, just replace the grin binary with the new one.

how to replace grin binary?

go into /grin and type:
git pull
then type:
cargo build --release

1 Like

Same for /grin-miner too?

That did the trick! Thanks :+1: