FIxed README and added how to run the script
This commit is contained in:
29
README.md
29
README.md
@@ -4,18 +4,33 @@ This repo contains the script to manage multiple mcr bot on a single VM/Containe
|
||||
|
||||
## Structure
|
||||
|
||||
```bash
|
||||
├── start.sh
|
||||
|
||||
│ ├── bot-name-1
|
||||
|
||||
│ │ ├── ms_rewards_farmer.py
|
||||
|
||||
│ ├── bot-name-2
|
||||
|
||||
│ │ ├── ms_rewards_farmer.py
|
||||
|
||||
│ ├── bot-name-3
|
||||
|
||||
│ │ ├── ms_rewards_farmer.py
|
||||
│ ├── ...
|
||||
```
|
||||
|
||||
│ ├── ...
|
||||
## Run Locally
|
||||
|
||||
Clone the project
|
||||
|
||||
```bash
|
||||
git clone https://git.justw.tf/Lightemerald/mcr-bot
|
||||
```
|
||||
|
||||
Go to the project directory
|
||||
|
||||
```bash
|
||||
cd mcr-bot
|
||||
```
|
||||
|
||||
Copy your bots with the same name as the VPN then run the script
|
||||
|
||||
```bash
|
||||
sh start.sh
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user