We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c74a92b commit cef41e6Copy full SHA for cef41e6
1 file changed
README.md
@@ -19,13 +19,16 @@ Implements the Solana QUIC protocol for sending transactions.
19
## Building
20
21
```
22
-cargo build --release
+cargo build --release -p yellowstone-jet
23
+
24
25
26
+Jet binary will be located at `./target/release/jet`
27
28
## Usage
29
30
-yellowstone-jet --config yellowstone.yaml
31
+jet --config yellowstone.yaml
32
33
34
## Config file
0 commit comments