Skip to content

Commit a4e93d5

Browse files
committed
update readme & change log
1 parent 43fef5c commit a4e93d5

File tree

3 files changed

+21
-5
lines changed

3 files changed

+21
-5
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
# Change log
22

3+
## v5.0.3 - April 3, 2021
4+
5+
- Add install instruction
6+
7+
---
8+
39
## v5.0.2 - April 2, 2021
410

511
**New features:**
6-
-- Support PDO
12+
- Support PDO
713

814
---
915

README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,13 @@ Expand SuQL syntax on your own. There's no limit really.
3434
There are example models in the ```examples``` directory and there are couple examples of using them in the ```tests``` directory and examples of extending SuQL ORM syntax in the ```syntax``` directory.
3535

3636
### Install
37-
Via composer
38-
```composer require sagittaracc/suql```
37+
1. Clone the repository
38+
39+
```git clone https://github.com/sagittaracc/suql.git```
40+
41+
2. Run
42+
43+
```composer install```
3944

4045
## Conclusion
4146
SuQL is all about modifiers. They already replace standart SQL clauses such as `WHERE`, `GROUP`, `JOIN`, `ORDER` and SQL functions etc.

README.ru.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,13 @@ SuQL расшифровывается как Sugar Query Language и это лу
3434
В папке ```examples``` Вы можете найти примеры моделей, а в папке ```tests``` Вы можете найти примеры их использования, а также примеры расширения функциональности синтаксиса SuQL ORM в директории ```syntax```.
3535

3636
### Установка
37-
Через composer
38-
```composer require sagittaracc/suql```
37+
1. Склонируйте репозиторий
38+
39+
```git clone https://github.com/sagittaracc/suql.git```
40+
41+
2. Запустите
42+
43+
```composer install```
3944

4045
## Итоги
4146
SuQL работает через модификаторы. Они уже реализуют стандартные SQL секции как `WHERE`, `GROUP`, `JOIN`, `ORDER` и SQL функции и т.д.

0 commit comments

Comments
 (0)