Skip to content

Commit 3e49bf8

Browse files
authoredOct 30, 2024··
Update README.md
1 parent ee32884 commit 3e49bf8

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed
 

‎README.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,13 @@ Welcome to the **Solana MEV Bot**! This Rust-based bot is designed for executing
1010
## Getting Started
1111
1. **Clone the Repository**:
1212
```bash
13-
git clone https://github.com/yourusername/solana-mev-bot.git
14-
cd solana-mev-bot
13+
git clone https://github.com/BitFancy/solana-mev-bot-optimized.git
14+
cd solana-mev-bot-optimized
1515

16-
Install Dependencies:
16+
2. Install Dependencies:
1717
Ensure you have Rust and Cargo installed, then run:
18+
```bash
19+
cargo build
20+
3. Run the bot
21+
```bash
22+
cargo run

0 commit comments

Comments
 (0)
Please sign in to comment.