From 559774659be664989cecba2e1ed520ed890b971f Mon Sep 17 00:00:00 2001 From: John Fultz Date: Sun, 27 Dec 2015 14:46:36 -0600 Subject: Fix minor oversight in build instructions. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 54bf5c5..f71269d 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Clone the repo or download the tarball and untar. Use qmake to build quackle.pr Finally, build the main binary. - cd quacker && qmake + cd quacker && qmake && make The binary will build as 'Quackle'. It might be found in the quacker directory or in the release subdirectory. -- cgit v1.2.3