We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25dd25e commit 0a3c606Copy full SHA for 0a3c606
1 file changed
README.md
@@ -14,14 +14,23 @@ PHP 5.6+
14
Логин-пароль от сайта и адрес темы, как и адрес форм авторизации и т.п.
15
должны быть вынесены в отдельный файл конфигурации.
16
17
+# About
18
+All configuration is in the `.env` file. All parsed posts will be in the `posts` directory.
19
+
20
+# Requirements
21
+1. PHP 7.1+
22
23
# Run parser
-Only 2 steps:
24
1. checkout project via `GIT`
25
```
26
cd /path/to/project
27
git clone https://github.com/lutdev/techtask.git
28
-2. Run
29
+2. Create `.env` file
30
+```
31
+rsync env.example .env
32
33
+3. Run
34
35
php index.php
36
0 commit comments