cmark

My personal build of CMark ✏️

Commit
4d9875ad71fbc67bcda1cc18c10c384606b44e31
Parent
135ef56e2b73ba90a9dbfa797fd71282e7b31e46
Author
John MacFarlane <fiddlosopher@gmail.com>
Date

README: Fixed some javascript instructions.

Diffstat

1 file changed, 6 insertions, 4 deletions

Status File Name N° Changes Insertions Deletions
Modified README.md 10 6 4
diff --git a/README.md b/README.md
@@ -21,10 +21,12 @@ tarball.)
              --version     Print version
 
 The JavaScript implementation is a single JavaScript file, with
-no dependencies, that can be linked to in an HTML page.  A standalone
-version (using `node.js`) is also provided (`js/markdown`), and there is
-a "dingus" for playing with it interactively.  (`make dingus` will start
-this.)
+no dependencies, that can be linked to in an HTML page.  (To build,
+it, do `make js/stmd.js`---this requires `browserify`, which you can
+get using `npm install -g browserify`.) A command-line
+version (using `node.js`) is also provided (`js/bin/markdown`), and
+there is a "dingus" for playing with it interactively.  (`make dingus`
+will start this.)
 
 [Try it now!](http://jgm.github.io/stmd/js/)