From de35c33c379e24b1c87948630f18a18680d763d7 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Fri, 12 Nov 2010 09:20:31 +0100 Subject: [PATCH] README: updated compile instructions to reflect Makefile. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 2c063d1..fd99892 100644 --- a/README +++ b/README @@ -34,7 +34,7 @@ consult your platform's documentation for how install on your system. 3. run `make`. - 4. if everything went OK. the 'build' directory now contains the binary files. + 4. if everything went OK. you should now have the binary/binaries in this directory. 5. run `make clean` to cleanup any temporary files generated during the build process.