minor wording changes

This commit is contained in:
Josh Coalson 2001-10-31 18:30:19 +00:00
parent b490aaa219
commit 172ac00220
1 changed files with 4 additions and 4 deletions

8
README
View File

@ -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.