diff --git a/README.md b/README.md
index 7cd838e..9e3f2a8 100644
--- a/README.md
+++ b/README.md
@@ -12,32 +12,33 @@ Alternatively this software can run in docker too (`docker compose up --build`).
[Discord Server](https://discord.gg/fbsRYc7bBA)
## How to use (E.g Windows and LDPlayer 9)
-1. Download this repo
-`git clone https://github.com/rafi1212122/SCHALE.GameServer.git`
-2. Download .NET SDK, SQL Server Express, and install them
+1. Download this repo.
+```sh
+git clone https://github.com/rafi1212122/SCHALE.GameServer.git
+```
+2. Download .NET SDK, SQL Server Express, and install them.
- .NET SDK
-
+
- SQL Server Express
-3. Download Visual Studio and Install C# and Database Extensions
-
+3. Download Visual Studio and Install C# and Database Extensions.
+[https://visualstudio.microsoft.com/zh-hans/vs/](https://visualstudio.microsoft.com/vs/)
4. Use Visual Studio to open `SCHALE.GameServer\SCHALE.GameServer.sln` and make it.
-5. Download `Excel.zip` and unzip and add the excels to the following path: `SCHALE.GameServer\bin\Debug\net8.0\Resources\excel` the password is `/wy5f3hIGGXLOIUDS9DZ`
-6. modify Address in `SCHALE.GameServer-master\SCHALE.GameServer\bin\Debug\net8.0\Config.json`
-7. Open `SCHALE.GameServer-master\SCHALE.GameServer\bin\Debug\net8.0\SCHALE.GameServer.exe`
-8. Download python and install frida
You may need to add python site packages to PATH if "frida" command is missing
+5. Download `Excel.zip` and unzip and add the excels to the following path: `SCHALE.GameServer\bin\Debug\net8.0\Resources\excel`.
+6. Modify the IP address in `SCHALE.GameServer-master\SCHALE.GameServer\bin\Debug\net8.0\Config.json`.
+7. Open `SCHALE.GameServer-master\SCHALE.GameServer\bin\Debug\net8.0\SCHALE.GameServer.exe`.
+8. Download python and install frida
You may need to add python site packages to PATH if "frida" command is missing.
-```
+```sh
pip install frida-tools
pip install frida
```
-9. Download frida-server(if you use emulator, download x86)
-Find "frida-server-[Latest Version]-android-x86_64.xz" and download & unzip it, before push you may rename the bin file to "frida-server"
+9. Download frida-server(if you use emulator, download x86), find "frida-server-[Latest Version]-android-x86_64.xz" and download & unzip it, before push you may rename the bin file to "frida-server".
-10. Download adb
+10. Download adb.
11. Use adb connect emulator and start frida-server(enable root first)
-```
+```sh
adb root
adb push frida-server /data/local/tmp/
adb shell "chmod 755 /data/local/tmp/frida-server"