summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohn Fultz <jfultz@wolfram.com>2015-12-27 14:46:36 -0600
committerJohn Fultz <jfultz@wolfram.com>2015-12-27 14:46:36 -0600
commit559774659be664989cecba2e1ed520ed890b971f (patch)
tree7b94cb592fc58e87cb637913fda84b0f1b968081 /README.md
parentd2a13fb4aa8157a85e7ef1d32074ec89c8b7732a (diff)
Fix minor oversight in build instructions.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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.