From 41e16f232cf6db246da46b96a09daba46a7f38c6 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Mon, 15 Aug 2016 13:40:57 +0300 Subject: [PATCH] How to use section in readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 9f9ed00..1ab0e10 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,12 @@ Collection of cool tools that make life easier. - **Usage:** - Commit everything, run `release.sh` and follow directions +## How to use in your project + +We try to keep this as easy as possible to include to your projects, so we are open to pull requests. + +Currently we have [composer.json](composer.json) that installs the tools to your `vendor/bin` folder, you can [include the project as git submodule](https://gist.github.com/gitaarik/8735255) or just copy the files to your project. Which ever works best for you. + ## Changelog Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently. We use [release.sh](release.sh) to update the CHANGELOG.