Skip to content

Commit

Permalink
Merge pull request #13 from JeroenDeDauw/install
Browse files Browse the repository at this point in the history
Add installation section to README
  • Loading branch information
simensen committed Jan 6, 2014
2 parents 37d65a2 + d413109 commit 0e0812c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,19 @@ Requirements

* PHP 5.3+

Installation
------------

To add this package as a local, per-project dependency to your project, simply add a
dependency on `dflydev/markdown` to your project's `composer.json` file.
Here is a minimal example of a `composer.json` file that just defines a dependency on
version 1.0 of this package:

{
"require": {
"dflydev/markdown": "1.0.*"
}
}

Usage
-----
Expand Down

0 comments on commit 0e0812c

Please sign in to comment.