From ce91b1152eb957919a40fbbb471b4c8b0d6fe680 Mon Sep 17 00:00:00 2001 From: Jeff Scrum <58530641+jeffscrum@users.noreply.github.com> Date: Thu, 7 Mar 2024 14:44:29 +0300 Subject: [PATCH] Update readme.md --- readme.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/readme.md b/readme.md index 68a62bb..78a3bd8 100644 --- a/readme.md +++ b/readme.md @@ -62,19 +62,17 @@ telegram bot to manage servers (inside the bot) --- -environment: ubuntu 18.04/20.04/22.04, debian 11 +environment: ubuntu 18.04/20.04/22.04, debian 11/12 -install: - -`wget -O- https://raw.githubusercontent.com/mercurykd/vpnbot/master/scripts/init.sh | sh -s YOUR_TELEGRAM_BOT_KEY` - ---- - -additional options: - -install as service(autoload on start): +### Install: +```shell +wget -O- https://raw.githubusercontent.com/mercurykd/vpnbot/master/scripts/init.sh | sh -s YOUR_TELEGRAM_BOT_KEY ``` + +### Install as service (autoload on start): + +```shell cd /root/vpnbot bash scripts/install_as_service.sh ```