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.19Clone the official gno Repository using the following command:
git clone https://github.com/gnolang/gnocd ~/gno && make installcd ~/gno/gno.land && make install.gnolandcd ~/gno/gno.land && make install.gnowebcd ~/gno/gno.land && make install.gnofaucetcd ~/gno/tm2 && make install






