Skip to content

Commit 9d2e0dd

Browse files
committed
updated install instructions
1 parent 197f261 commit 9d2e0dd

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff 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)
4949
1. Clone the repository:
5050
```console
5151
git clone https://github.com/Daniel-191/nuke-bot
5252
cd nuke-bot
5353
```
5454
2. Run the installer:
5555
- Double-click **`install.bat`** to install dependencies
56-
- OR double-click **`start.bat`** for automatic install + run
5756

5857
3. Configure `config.json` with your bot token and user ID
5958
4. Run **`run.bat`** to start the bot
6059

61-
### Manual Method:
60+
### Manual Method: (Windows)
6261
```console
6362
git clone https://github.com/Daniel-191/nuke-bot
6463
cd 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
7171
git clone https://github.com/Daniel-191/nuke-bot
7272
cd 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
8081
pkg install python git
8182
git clone https://github.com/Daniel-191/nuke-bot
8283
cd nuke-bot
83-
python -m pip install -r requirements.txt
84+
pip install -r requirements.txt
85+
python3 main.py
8486
```
8587

8688
***

0 commit comments

Comments
 (0)