12 lines
262 B
Markdown
12 lines
262 B
Markdown
|
# MadelineProtoPhar
|
||
|
|
||
|
This website contains the [MadelineProto](https://madelineproto.xyz) easy installer.
|
||
|
|
||
|
## Usage:
|
||
|
Download [madeline.php](https://phar.madelineproto.xyz/madeline.php), and include it in your script:
|
||
|
```
|
||
|
include 'madeline.php';
|
||
|
```
|
||
|
|
||
|
That's it.
|