Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/app/docs/quickstart/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ Here's our plan for turning this into a CLI that actually does what we set out t
4. If we're supposed to receive data:
- we'll parse the ticket out of the CLI arguments,
- download the file using [`download`](https://docs.rs/iroh-blobs/latest/iroh_blobs/rpc/client/blobs/struct.Client.html#method.download),
- and copy the result the local file system.
- and copy the result to the local file system.

Phew okay! Here's how we'll grab an iroh-blobs client and look at the CLI arguments:

Expand Down