From 8bb475bf4b4fe1925e38805a0cbc340201c1319d Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Sat, 6 Mar 2010 03:08:03 -0800 Subject: [PATCH] Fix broken link, mention manpages and docs. --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a160a1c..74fb676 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,9 @@ by Jan Lehnardt . Thanks @defunkt for the awesome code. +For a list of implementations (other than JavaScript) and editor +plugins, see . + ## Where to Use? @@ -17,7 +20,9 @@ use it for rendering stuff in [CouchDB][couchdb]'s views. ## Who Uses Mustache? -An updated list is kept on the Github wiki. Add yourself, if you use mustache.js: [http://wiki.github.com/janl/mustache.js/beard-competition]() +An updated list is kept on the Github wiki. Add yourself, if you use +mustache.js: + ## Usage @@ -42,6 +47,9 @@ A quick example how to use mustache.js: There are several types of tags currently implemented in mustache.js. +For a language-agnostic overview of Mustache's template syntax, see +the `mustache(5)` manpage or +. ### Simple Tags @@ -174,6 +182,16 @@ iteration marker: See `examples/` for more goodies and read the [original mustache docs][m] +## Command Line + +See `mustache(1)` man page or + +for command line docs. + +Or just install it as a RubyGem: + + $ gem install mustache + $ mustache -h [m]: http://github.com/defunkt/mustache/#readme [node.js]: http://nodejs.org