Skip to content

Commit 0295c8f

Browse files
authored
Add Installation section
1 parent 92076e6 commit 0295c8f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ A [Mustache](https://mustache.github.io/) implementation in PHP.
66
[![Package version](http://img.shields.io/packagist/v/mustache/mustache.svg?style=flat-square)](https://packagist.org/packages/mustache/mustache)
77
[![Monthly downloads](http://img.shields.io/packagist/dm/mustache/mustache.svg?style=flat-square)](https://packagist.org/packages/mustache/mustache)
88

9+
Installation
10+
------------
11+
```
12+
composer require mustache/mustache
13+
```
914

1015
Usage
1116
-----

0 commit comments

Comments
 (0)