Skip to content

Commit 8bb475b

Browse files
defunktjanl
authored andcommitted
Fix broken link, mention manpages and docs.
1 parent 5b9a0e5 commit 8bb475b

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

README.md

+19-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ by Jan Lehnardt <jan@apache.org>.
77

88
Thanks @defunkt for the awesome code.
99

10+
For a list of implementations (other than JavaScript) and editor
11+
plugins, see <http://defunkt.github.com/mustache/>.
12+
1013

1114
## Where to Use?
1215

@@ -17,7 +20,9 @@ use it for rendering stuff in [CouchDB][couchdb]'s views.
1720

1821
## Who Uses Mustache?
1922

20-
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]()
23+
An updated list is kept on the Github wiki. Add yourself, if you use
24+
mustache.js:
25+
<http://wiki.github.com/janl/mustache.js/beard-competition>
2126

2227

2328
## Usage
@@ -42,6 +47,9 @@ A quick example how to use mustache.js:
4247

4348
There are several types of tags currently implemented in mustache.js.
4449

50+
For a language-agnostic overview of Mustache's template syntax, see
51+
the `mustache(5)` manpage or
52+
<http://defunkt.github.com/mustache/mustache.5.html>.
4553

4654
### Simple Tags
4755

@@ -174,6 +182,16 @@ iteration marker:
174182

175183
See `examples/` for more goodies and read the [original mustache docs][m]
176184

185+
## Command Line
186+
187+
See `mustache(1)` man page or
188+
<http://defunkt.github.com/mustache/mustache.1.html>
189+
for command line docs.
190+
191+
Or just install it as a RubyGem:
192+
193+
$ gem install mustache
194+
$ mustache -h
177195

178196
[m]: http://github.com/defunkt/mustache/#readme
179197
[node.js]: http://nodejs.org

0 commit comments

Comments
 (0)