./make is wrong, should be make
authorMonty <xiphmont@xiph.org>
Wed, 10 May 2000 23:05:57 +0000 (23:05 +0000)
committerMonty <xiphmont@xiph.org>
Wed, 10 May 2000 23:05:57 +0000 (23:05 +0000)
Monty

svn path=/trunk/vorbis/; revision=385

README

diff --git a/README b/README
index 571f574..e66eaf9 100644 (file)
--- a/README
+++ b/README
@@ -55,11 +55,11 @@ BUILD:
 A standard build should consist of nothing more than:
 
 ./configure
-./make 
+make 
 
 and as root if desired :
 
-./make install
+make install
 
 This will install the ogg vorbis commandline encoder/player ('ogg')
 into /usr/local/bin, the ogg player and libvorbis manpages into
@@ -67,4 +67,4 @@ into /usr/local/bin, the ogg player and libvorbis manpages into
 
 Monty <monty@xiph.org>, <xiphmont@mit.edu>
 
-$Id: README,v 1.2 2000/04/29 18:02:36 pjones Exp $
+$Id: README,v 1.3 2000/05/10 23:05:57 xiphmont Exp $