Skip to content

Commit 03bf830

Browse files
committed
update readme
1 parent c0be51f commit 03bf830

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/pyth-lazer-agent/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,18 @@ pyth-lazer-agent will need to configure access to this keypair file to sign tran
1616

1717
## Build and run
1818

19+
### From cargo
20+
```
21+
# Download the cargo package
22+
cargo install pyth-lazer-agent
23+
24+
# Add .cargo/bin to PATH
25+
export PATH="$PATH:~/.cargo/bin"
26+
27+
# Run the agent
28+
pyth-lazer-agent --help
29+
```
30+
1931
### From source
2032
Please check [rust-toolchain](/rust-toolchain.toml) to see the version of Rust needed to build (currently 1.88).
2133
You will also need SSL and CA certificates. `cargo build` it should then work as usual.

0 commit comments

Comments
 (0)