Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
o5 committed Dec 7, 2014
1 parent 5fe132e commit a44aadd
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,16 @@ DataGrid for [Nette Framework](http://nette.org/) (PHP 5.3).

Installation
=============
Download and extract to libs dir or use [Packagist] (https://packagist.org/packages/o5/grido) with [Composer](http://getcomposer.org/).

The best way to install Grido is using [Composer](http://getcomposer.org/):

```sh
$ composer require o5/grido:~2.0
```

Contributions
=============
Please, install pre-commit hook before contribution. Installation is nothing more than:
```bash
ln -s ../../pre-commit.sh .git/hooks/pre-commit
```sh
$ ln -s ../../pre-commit.sh .git/hooks/pre-commit
```

0 comments on commit a44aadd

Please sign in to comment.