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.linux | |
parent | 2f17083cfe6f042bd0ca182f3a6982663657a40d (diff) |
changed: point to git in README.xxx files
Diffstat (limited to 'README.linux')
-rw-r--r-- | README.linux | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.linux b/README.linux index b110d155e2..725021e598 100644 --- a/README.linux +++ b/README.linux @@ -23,11 +23,11 @@ character itself should NOT be typed as part of the command. 2. Getting the source code ----------------------------------------------------------------------------- -You will have to grab the source code of course. First install the subversion +You will have to grab the source code of course. First install the git package provided by your distribution. Then from a terminal, type: $ 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 libraries and headers |