diff options
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 |