Update readme.md

This commit is contained in:
bash
2024-08-15 01:51:14 +02:00
committed by GitHub
parent ec7696c391
commit f4951e93cd

View File

@@ -28,7 +28,6 @@ nano settings.env (update ur settings)
update update
build build
compile compile
config
``` ```
### Step 2 ### Step 2
@@ -50,6 +49,7 @@ AuctionHouseBot.EnableBuyer = 0
### Step 3 ### Step 3
Start the server Start the server
```bash ```bash
config
start start
``` ```
@@ -87,15 +87,12 @@ AiPlayerbot.Enabled = 1
``` ```
### Step 5 ### Step 5
Update server config
```bash
update
```
Restart the server. Stop server, re-apply configuration, and start server
```bash ```bash
ctrl + z ctrl + z
stop stop
config
start start
``` ```