Skip to content

Commit

Permalink
composer documentation added
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanSchomacker committed Jun 9, 2017
1 parent fd7c5c9 commit 2cf190c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,23 @@
## Installation
It's very simple to include this library in your project.

**Composer**

add this in your `composer.json` and run `composer install`:
```
"repositories": [
{
"type": "vcs",
"url": "https://github.com/StefanSchomacker/MultLang"
}
],
"require": {
"multlang/multlang": "dev-master"
}
```

_or_

**Download Zip**

_or_
Expand Down

0 comments on commit 2cf190c

Please sign in to comment.