Update docs/install.md

This commit is contained in:
Ivan Shalganov 2013-02-22 11:59:01 +04:00
parent 9ba94246fe
commit 1df4cfff28

View File

@ -1,19 +1,15 @@
Requirements and installation Requirements and installation
============================= =============================
Для установки через composer тебуется указать в `composer.json` вашего проекта For installation use [composer](http://getcompoer.org). Add in your `composer.json` requirements:
```json ```json
{ {
"require": { "require": {
"bzick/aspect": "0.9.*" "bzick/aspect": "dev-master"
}, }
"repositories": [
{
"type": "git",
"url": "https://github.com/bzick/aspect.git"
}]
} }
``` ```
or use shell
`composer require bzick/aspect`
Для работы шаблонизатора потребуется расширение tokenizer. Для загрузки классов используется `psr-0` формат. If you do not use composer - use `psr-0` format for loading Aspect's classes.