MadelineProto/docs/GIT_INSTALLATION.md
2018-03-12 21:10:49 +00:00

18 lines
308 B
Markdown

### git
Run the following commands in a console:
```
mkdir MadelineProtoBot
cd MadelineProtoBot
git init .
git submodule add https://github.com/danog/MadelineProto
cd MadelineProto
composer update
cp .env.example .env
cp -a *php tests userbots .env* ..
```
Now open `.env` and edit its values as needed.