apt-get install git git clone git://nex-3.com/arc-wiki.git cd arc-wiki
git branch stable origin/stable git checkout stable
minor point, I used
apt-get install git-core
(because just "git" didn't seem to work)
-----