From 29c18ceb9d8ca0c3644838d234a6604c65e18e35 Mon Sep 17 00:00:00 2001 From: mercury Date: Mon, 20 Jan 2025 01:04:24 +0400 Subject: [PATCH] update readme --- readme.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 2d5b45c..706d07e 100644 --- a/readme.md +++ b/readme.md @@ -13,8 +13,17 @@ telegram bot to manage servers (inside the bot) --- environment: ubuntu 22.04/24.04, debian 11/12 -### Install: +## Install: ```shell wget -O- https://raw.githubusercontent.com/mercurykd/vpnbot/master/scripts/init.sh | sh -s YOUR_TELEGRAM_BOT_KEY master ``` +#### Restart: +```shell +make r +``` +#### autoload: +```shell +crontab -e +``` +add `@reboot cd /root/vpnbot && make r` and save