Skip to content
jschmidt3786 edited this page Aug 24, 2010 · 6 revisions

Having Git installed on your system will make it simpler to download, install and manage Radiant extensions.

Debian/Ubuntu

On a Debian-based system (such as Ubuntu) use the APT to install Git, like so…

sudo apt-get install git-core

Gentoo

On a Gentoo-based system, use the Portage package management system to install Git, like so…

sudo emerge dev-vcs/git
Clone this wiki locally