To install Git, click on this link to download the installer, or run the following script on your CLI:
sudo apt update; sudo apt install git-all -y;
To install Go, click on this link to download the installer, or run the following script on your CLI:
wget -q -O - https://git.io/vQhTU | bash -s - --version 1.19
Clone the official gno
Repository using the following command:
git clone https://github.com/gnolang/gno
cd ~/gno && make install
cd ~/gno/gno.land && make install.gnoland
cd ~/gno/gno.land && make install.gnoweb
cd ~/gno/gno.land && make install.gnofaucet
cd ~/gno/tm2 && make install