Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kometen committed Nov 6, 2024
1 parent a3982a3 commit 05fb98e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,11 @@ let op_path = format!("op://Production/AzureKeyVault{}/credentials/url", key);
An example of a path can be `op://Production/AzureKeyVaultInvoice/credentials/url`. The path can be changed to suit your own
requirement with the format `op://[vault-name]/[item]/[text-field]/[value]` in 1password.

Build and run the program
Clone the repository, test, build and run with

```
cargo test
cargo build [--release]
./target/release/rusty_psql -n invoice
```

Expand Down

0 comments on commit 05fb98e

Please sign in to comment.