Arc Forumnew | comments | leaders | submitlogin
9 points by nex3 5893 days ago | link | parent

  apt-get install git
  git clone git://nex-3.com/arc-wiki.git
  cd arc-wiki
And optionally, if you only want the patches and no other improvements,

  git branch stable origin/stable
  git checkout stable


4 points by antiismist 5892 days ago | link

worked like a champ, thanks!

minor point, I used

apt-get install git-core

(because just "git" didn't seem to work)

-----

3 points by nex3 5891 days ago | link

Oh, right, sorry. The "git" package is something else (GNU something tools, I think).

-----