diff --git a/Termux-Guide.md b/Termux-Guide.md new file mode 100644 index 0000000..b4ec9c3 --- /dev/null +++ b/Termux-Guide.md @@ -0,0 +1,32 @@ +# Guru-bot Termux-Hosting-Guide + +## Prerequisites + + - [Git](https://git-scm.com/) + - [Node.js](https://nodejs.org/en/) + - [FFmpeg](https://ffmpeg.org/download.html) + - [ImageMagick](https://imagemagick.org/script/download.php) + - [webP](https://developers.google.com/speed/webp/download) + + ## 🚀 Installation + + Run the following commands to clone the repo (Use your fork) + ```SH +> git clone https://github.com/Guru322/GURU-BOT +> cd GURU-BOT + ``` + + Run this following command to install the dependencies + ```SH + > npm install + ``` + + ## Run + + ```SH + > npm start + ``` + Running the above command will start the bot. To authenticate scan the QR which shows up in the terminal using the WA-Web Scanner on your WhatsApp . Good Luck! + + + [Set it up on Heroku](https://github.com/Guru322/GURU-BOT/blob/master/Heroku-Hosting-Guide.md)