Skip to content

Commit 1a934f6

Browse files
authored
Update README.md
1 parent 7f544e9 commit 1a934f6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,9 @@ copy .env.example .env
6767
```
6868
Edit the `.env` file and add your **Solana RPC endpoints** and **private key**.
6969

70-
Edit `.yaml` templates in `bots` folder. Each file is a separate instance of a trading bot. Examine its parameters and apply your preferred strategy.
70+
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.
71+
72+
For example, to run the pump.fun bot, set `platform: "pump_fun"`; to run the bonk.fun bot, se `platform: "lets_bonk"`.
7173

7274
#### 4️⃣ Install the bot as a package
7375
```bash

0 commit comments

Comments
 (0)