Update README.md

This commit is contained in:
Ake
2025-08-11 14:37:16 +08:00
committed by GitHub
parent 7f544e93f9
commit 1a934f6ffd
+3 -1
View File
@@ -67,7 +67,9 @@ copy .env.example .env
```
Edit the `.env` file and add your **Solana RPC endpoints** and **private key**.
Edit `.yaml` templates in `bots` folder. Each file is a separate instance of a trading bot. Examine its parameters and apply your preferred strategy.
Edit `.yaml` templates in the `bots/` directory. Each file is a separate instance of a trading bot. Examine its parameters and apply your preferred strategy.
For example, to run the pump.fun bot, set `platform: "pump_fun"`; to run the bonk.fun bot, se `platform: "lets_bonk"`.
#### 4️⃣ Install the bot as a package
```bash