diff options
author | spiff <spiff@xbmc.org> | 2011-01-27 14:41:04 +0100 |
---|---|---|
committer | spiff <spiff@xbmc.org> | 2011-01-27 14:41:04 +0100 |
commit | 98d0f9ca299eb42a0b2f1048628e95c1eafe47d5 (patch) | |
tree | 1b174ae2836a4a0908e2aebff3cf6785d5832136 /README.ubuntu | |
parent | 2f17083cfe6f042bd0ca182f3a6982663657a40d (diff) |
changed: point to git in README.xxx files
Diffstat (limited to 'README.ubuntu')
-rw-r--r-- | README.ubuntu | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.ubuntu b/README.ubuntu index 375be2ef9e..129e63c987 100644 --- a/README.ubuntu +++ b/README.ubuntu @@ -22,9 +22,9 @@ character itself should NOT be typed as part of the command. 2. Getting the source code ----------------------------------------------------------------------------- - # sudo apt-get install subversion + # sudo apt-get install git-core # cd $HOME - # svn checkout http://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk xbmc + # git clone git://github.com/xbmc/xbmc.git xbmc ----------------------------------------------------------------------------- 3. Installing the required Ubuntu packages |