Upgrade
Current Version
6.3
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/test6.3
make -C gno.land install.gnoland
sudo systemctl start gnoland
journalctl -u gnoland -f -o cat
Last updated