Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dankocherga committed Sep 18, 2013
1 parent 81e5f2f commit 5f9046c
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@ Oggetto Coding Standard

Описание стандарта: http://oggettoweb.github.io/docs/php/code_style/index.html

Установка и использование
Установка из консоли
---

**Из консоли**

1. Установить [composer](http://getcomposer.org/doc/01-basic-usage.md#installation) в папку с проектом
```
$ curl -sS https://getcomposer.org/installer | php
Expand Down Expand Up @@ -50,6 +48,12 @@ alias cs="vendor/bin/phpcs --standard=vendor/oggettoweb/coding_standard/Oggetto/
$ cs /path/to/php/code
```

**Из PHPStorm**
Установка в PHPStorm
---

...

Установка в git pre-commit
---

...

0 comments on commit 5f9046c

Please sign in to comment.