minor wording changes
authorJosh Coalson <jcoalson@users.sourceforce.net>
Wed, 31 Oct 2001 18:30:19 +0000 (18:30 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Wed, 31 Oct 2001 18:30:19 +0000 (18:30 +0000)
README

diff --git a/README b/README
index 6d201f5..d9efda7 100644 (file)
--- a/README
+++ b/README
@@ -51,11 +51,11 @@ A brief description of the directory tree:
 Building in a GNU environment
 =============================
 
-FLAC now uses autoconf and libtool for configuring and
-building.  Better documentation for these will be
-forthcoming, but in general, this should work:
+FLAC uses autoconf and libtool for configuring and building.
+Better documentation for these will be forthcoming, but in
+general, this should work:
 
-./configure ; make ; make install
+./configure && make && make install
 
 If it doesn't, see the next section on Makefile.lite.