Skip to content

Commit 25dd25e

Browse files
committed
update readme.md
1 parent 37ecbd2 commit 25dd25e

File tree

1 file changed

+20
-5
lines changed

1 file changed

+20
-5
lines changed

README.md

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,29 @@ PHP 5.6+
1414
Логин-пароль от сайта и адрес темы, как и адрес форм авторизации и т.п.
1515
должны быть вынесены в отдельный файл конфигурации.
1616

17-
# v0.1
17+
# Run parser
18+
Only 2 steps:
19+
1. checkout project via `GIT`
20+
```
21+
cd /path/to/project
22+
git clone https://github.com/lutdev/techtask.git
23+
```
24+
2. Run
25+
```
26+
php index.php
27+
```
28+
29+
# Versions
30+
Current version is `0.4` (master branch)
31+
32+
## v0.1
1833
Create simple parser
1934

20-
# v0.2
35+
## v0.2
2136
Create authorisation
2237

23-
# v0.3
38+
## v0.3
2439
Init configuration
2540

26-
# v0.4
27-
Init composer etc
41+
## v0.4
42+
Init composer, autoloader and write classes.

0 commit comments

Comments
 (0)