gdritter repos telml / 4c47fe2
add small installing section Getty Ritter 1 year, 3 months ago
1 changed file(s) with 10 addition(s) and 0 deletion(s). Collapse all Expand all
33 The `telml` command-line program is the easiest way to use `telml` for your purposes. This allows you to convert a document from `telml` to HTML quickly. It also allows you to create new tags by implementing them in the Lua programming language, to easily create a richer document.
44
55 For documentation on the TeLML language itself, see [the data format documentation](https://github.com/aisamanra/telml/blob/master/telml/README.md).
6
7 ## Installing
8
9 Right now the only way to get `telml` is from source. To build and install it, use `cabal install`. It also requires you to have a copy of Lua version 54 on your system.
10
11 ```
12 $ git clone https://github.com/aisamanra/telml.git
13 $ cd telml
14 $ cabal install telml-bin
15 ```
616
717 ## Simple usage
818