Skip to content

Commit

Permalink
Fixup README.
Browse files Browse the repository at this point in the history
  • Loading branch information
SirVer committed Dec 12, 2023
1 parent 5cb7c82 commit 03abd32
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ uses in production in most of our charging stations.

## Getting started

Start by looking in [`status`](zvt/src/bin/status/main.rs) for a typical way of
interfacing with a terminal. A useful standalone tool is
[`feig_update`](zvt/src/bin/feig_update/main.rs) which we use in production to
update the Firmware of our cVEND plug terminals.
The [zvt_cli][zvt_cli/src/main.rs] is both a useful swiss army knife to
interacting with a payment terminal as well as the example on how you use the
library.

A useful standalone tool is [`feig_update`](zvt/src/bin/feig_update/main.rs)
which we use in production to update the Firmware of our cVEND plug terminals.
This will eventually also be folded into `zvt_cli`.

0 comments on commit 03abd32

Please sign in to comment.