Skip to content

Commit 0b72ec1

Browse files
committed
Feature(README): Installation guide
1 parent f333c47 commit 0b72ec1

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
11
Lowl Coding Standart
22
====================
33

4+
# Installation
5+
6+
The easist and true way to install Lowl CS is: installation as a composer dependency to your particular project.
7+
Just add the following block to your project's `composer.json` file:
8+
9+
```bash
10+
php composer require lowl/coding-standard:~0.1.0
11+
```
12+
13+
Then you can use it like:
14+
15+
```bash
16+
./vendor/bin/phpcs --standard=Lowl ./
17+
```
18+
19+
# LICENSE
20+
21+
MIT
22+

0 commit comments

Comments
 (0)