summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-11-11 20:49:35 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2014-11-11 20:49:35 -0800
commit1d24a153e234b458724d5d9ae8afd700b7025cb4 (patch)
tree2e4c396f2731c046503bda8c9509a4ccec79587a /README.md
parent49a781ca6e3ca6ee049202c38bc1816ffbc93cf7 (diff)
README tweaks.
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8148a38..f0693a6 100644
--- a/README.md
+++ b/README.md
@@ -46,10 +46,10 @@ developers, since `scanners.c` can be provided in a released source
tarball.)
On \*nix systems, you can simply `make` and `make install`. This
-calls `cmake` to create a `Makefile` in the `build` directory,
+calls [cmake] to create a `Makefile` in the `build` directory,
then uses that `Makefile` to create the executable and library.
-Alternatively, you can use `cmake` manually. `cmake` knows how
+Alternatively, you can use [cmake] manually. [cmake] knows how
to create build environments for many build systems. For
example, to create Xcode project files on OSX:
@@ -80,6 +80,10 @@ Or fetch a pre-built copy from
To run tests for the JavaScript library:
+ make testjs
+
+or
+
node js/test.js
`make dingus` will start an interactive dingus you can use to