Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 785 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 785 Bytes

GRMustachio

A super simple, interactive GRMustache based demonstration application. Use it to experiment with the GRMustache Cocoa implementation of the Mustache templating language.

Usage

GRMustache includes a pre-built library which this application links to. GRMustache itself is included as a submodule.

  1. Clone GRMustachio.
  2. Open Terminal and navigate to the GRMustachio folder.
  3. Init the submodule with git submodule init
  4. Update the submodule with git submodule update

Unfamiliar with the submodule command? See the git submodule tutorial.

Licence

MIT