Skip to content

Commit e3d7fa9

Browse files
authored
Update README.md
1 parent b10e569 commit e3d7fa9

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -420,13 +420,11 @@ pub mod constants {
420420

421421
```bash
422422
# Build the program
423-
cargo build-bpf
423+
cargo build
424424

425-
# Run tests
426-
cargo test-bpf
425+
# Run
426+
cargo run
427427

428-
# Deploy
429-
solana program deploy target/deploy/solana_arbitrage.so
430428
```
431429

432430
### Testing Framework

0 commit comments

Comments
 (0)