From 1a934f6ffd6672ed9dfbb915665a19b8fae5b35a Mon Sep 17 00:00:00 2001 From: Ake <10195782+akegaviar@users.noreply.github.com> Date: Mon, 11 Aug 2025 14:37:16 +0800 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 599d8ad..43a23d8 100644 --- a/README.md +++ b/README.md @@ -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