Git is the source control system used for Lilina’s development. There’s an awesome book available, along with a reference guide. and is extremely helpful if you ever run into problems. Here’s how to get Lilina from our Git repository.
This post assumes that you already have a Git client installed. If you need one, we recommend the official command-line client, or (if the command-line scares you a bit!) TortoiseGit for Windows.
To grab the latest copy of Lilina from scratch, use this clone command:
git clone https://rmccue@github.com/Lilina/Lilina.git lilina
Keeping up to date is then simply:
git pull
It’s that easy!
Futher details are available on GitHub.