Skip to content

Commit e5349e2

Browse files
committed
Update README
1 parent 4838767 commit e5349e2

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ The search algorithm implementation in PHP 8 to find the value with the query as
44

55
# Usage
66

7+
## Install
8+
9+
### Git Clone
10+
11+
```bash
12+
git clone https://github.com/baygin/php-search-algorithms.git
13+
```
14+
15+
### Composer
16+
17+
```bash
18+
composer require baygin/php-search-algorithms
19+
```
20+
721
## Binary Search
822

923
### Array

0 commit comments

Comments
 (0)