]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - INSTALL
manual: Fix package name of flac library.
[paraslash.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 4a86e967ee72955a32ed37e2fd88b849f808053e..45676b7ea44d0bb5cfc854272bdcbd5cf7a2e3a0 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -18,7 +18,7 @@ Installing paraslash from tarball
 
 Installing paraslash from git
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-       autoconf && autoheader && make && sudo make install
+       autoconf && autoheader && ./configure && make && sudo make install
 
 Example for cross-compiling
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~