Skip to content

Commit cef41e6

Browse files
committed
chore: update readme on how to build jet
1 parent c74a92b commit cef41e6

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,16 @@ Implements the Solana QUIC protocol for sending transactions.
1919
## Building
2020

2121
```
22-
cargo build --release
22+
cargo build --release -p yellowstone-jet
23+
2324
```
2425

26+
Jet binary will be located at `./target/release/jet`
27+
2528
## Usage
2629

2730
```
28-
yellowstone-jet --config yellowstone.yaml
31+
jet --config yellowstone.yaml
2932
```
3033

3134
## Config file

0 commit comments

Comments
 (0)