Code

Added svn checkout information
authorKalle Wallin <kaw@linux.se>
Mon, 13 Dec 2004 16:23:18 +0000 (16:23 +0000)
committerKalle Wallin <kaw@linux.se>
Mon, 13 Dec 2004 16:23:18 +0000 (16:23 +0000)
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@2795 09075e82-0dd4-0310-85a5-a0d7c8717e4f

README

diff --git a/README b/README
index ca1e28d659c75ebe7ffdb370ce3b67ac245e5a4c..4148790dcb02e5653ad560dc102c610d7f3dbd14 100644 (file)
--- a/README
+++ b/README
@@ -23,9 +23,15 @@ Download the ncmpc source code, then:
        $ tar zxvf ncmpc-x.y.z.tar.gz
        $ cd ncmpc-x.y.z
        $ ./configure
-       $  make
-       $  make install
-
+       $ make
+       $ make install
+
+or if you are starting from the subversion checkout:
+       $ svn co https://svn.musicpd.org/ncmpc/trunk ncmpc
+       $ cd ncmpc
+       $ ./autogen.sh
+       $ make
+       $ make install
 
 
 Upgrading to ncmpc-0.11.0