docs: minor fix in readme

This commit is contained in:
Anton
2025-03-17 17:29:00 +01:00
committed by GitHub
parent d3985d6bde
commit 669f8e8807
+2 -4
View File
@@ -107,13 +107,11 @@ Edit the `.env` file and add your **Solana RPC endpoints** and **private key**.
### Running the bot
#### Option 1: Run as installed package
```bash
# Option 1: run as installed package
pump_bot --help
```
#### Option 2: Run directly
```bash
# Option 2: run directly
python -m src.cli --help
```