Skip to content

Commit 2c12d65

Browse files
committed
update readme.md file
1 parent 06055c9 commit 2c12d65

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Readme.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# C45 Algorithm - PHP Language
22

3-
> [**Example File**](example.xlsx)
4-
3+
> [**Use Example File**](example.xlsx)
54
65
## Installation
76

@@ -11,6 +10,12 @@ The recommended way to install the C45 PHP library is through [Composer](https:/
1110
composer require medansoftware/c45-algorithm-php
1211
```
1312

13+
## Manual Installation
14+
15+
```bash
16+
composer dump-autoload
17+
```
18+
1419
## Setup
1520

1621
```php

0 commit comments

Comments
 (0)