Skip to content

Commit

Permalink
Add install section to readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
tategakibunko committed May 30, 2015
1 parent 3af0af1 commit 267d328
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Expand Up @@ -4,6 +4,20 @@

Jingoo is OCaml template engine almost compatible with Jinja2(python template engine).

## install

### manual

```bash
make
sudo make install
```
### opam

```bash
opam install jingoo
```

## difference between Jinja2 and Jingoo

1. i18n features are not supported yet.
Expand Down

0 comments on commit 267d328

Please sign in to comment.