1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-27 05:14:39 +01:00
MadelineProto/docs/GIT_INSTALLATION.md
2018-03-12 21:10:49 +00:00

308 B

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.