Skip to content
This repository has been archived by the owner on Oct 9, 2019. It is now read-only.

Commit

Permalink
Installation notes in README
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtazz committed Aug 16, 2010
1 parent 98989f3 commit 4d5025b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Expand Up @@ -75,6 +75,20 @@ Render the template:
template_t t; template_t t;
string result = t.render(template, ctx); string result = t.render(template, ctx);



## Installation
Clone this repository:

git clone git://github.com/mrtazz/plustache.git

Run the install task:

rake install prefix=installfolder

This creates a dynamic library (OSX only at the moment) and
copies the header files and library into $prefix/include and
$prefix/lib respectively.

## Supported Functionality (as described in [the man page](http://mustache.github.com/mustache.5.html)) ## Supported Functionality (as described in [the man page](http://mustache.github.com/mustache.5.html))
* Variables * Variables
* Sections * Sections
Expand Down

0 comments on commit 4d5025b

Please sign in to comment.