File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -45,32 +45,33 @@ For a complete list of all available commands with detailed descriptions and usa
4545
4646## Windows
4747
48- ### Easy Method (Using Batch Files):
48+ ### Easy Method: (Windows)
49491 . Clone the repository:
5050``` console
5151git clone https://github.com/Daniel-191/nuke-bot
5252cd nuke-bot
5353```
54542 . Run the installer:
5555 - Double-click ** ` install.bat ` ** to install dependencies
56- - OR double-click ** ` start.bat ` ** for automatic install + run
5756
58573 . Configure ` config.json ` with your bot token and user ID
59584 . Run ** ` run.bat ` ** to start the bot
6059
61- ### Manual Method:
60+ ### Manual Method: (Windows)
6261``` console
6362git clone https://github.com/Daniel-191/nuke-bot
6463cd nuke-bot
65- python -m pip install -r requirements.txt
64+ pip install -r requirements.txt
65+ python main.py
6666```
6767
6868## Linux / Mac
6969
7070``` console
7171git clone https://github.com/Daniel-191/nuke-bot
7272cd nuke-bot
73- python3 -m pip install -r requirements.txt
73+ pip install -r requirements.txt
74+ python3 main.py
7475```
7576
7677## Android (Termux)
@@ -80,7 +81,8 @@ apt update && apt upgrade
8081pkg install python git
8182git clone https://github.com/Daniel-191/nuke-bot
8283cd nuke-bot
83- python -m pip install -r requirements.txt
84+ pip install -r requirements.txt
85+ python3 main.py
8486```
8587
8688***
You can’t perform that action at this time.
0 commit comments