Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kometen committed Dec 6, 2024
1 parent 2d0e6cd commit a06b987
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ db-domain
Add an entry in 1password that can be accessed by the program. The path is formatted in Rust.

```
let op_path = format!("op://Production/AzureKeyVault{}/credentials/url", key);
let op_path = format!("op://Production/AzureKeyVault{}/url", key);
```

An example of a path can be `op://Production/AzureKeyVaultInvoice/url`. The path can be changed to suit your own
Expand All @@ -42,6 +42,13 @@ cargo build [--release]
./target/release/backup_db -n invoice
```

Install via brew tap.

```
brew tap kometen/backup-db
brew install backup-db
```

Build and run the container-image.

```
Expand Down

0 comments on commit a06b987

Please sign in to comment.