How to install git on Linux
In this short guide you will learn how to install git for SnailyCADv4 on Linux.
Installation
To install the latest version of git, simply run the following command:
sudo apt install git
Verify the installation
To verify that git is installed, run the following command:
git --version