Upgrade
Current Version
v7.2
This guide assumes that the current systemd file is named as gnoland
Downloading and installing Binary
sudo systemctl stop gnoland
cd $HOME
git clone https://github.com/gnolang/gno/
cd gno
git pull
git checkout chain/test7.2
make install
make -C gno.land install.gnoland
make -C contribs/gnogenesis install
sudo systemctl start gnoland
journalctl -u gnoland -f -o cat
Last updated