Skip to content

Commit

Permalink
TASK: Fix example commands in README
Browse files Browse the repository at this point in the history
  • Loading branch information
bwaidelich committed Sep 2, 2024
1 parent b757890 commit c4c76b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@ Login to your 1Password vault in the console with: `eval $(op signin)`
Sync all the latest invoices from all tagged suppliers in 1Password to your local disk:

```sh
go run main.go sync
buchhalter sync
```

#### From one supplier

Example: Load the latest invoices from Hetzner Cloud only (using the default recipe from [oicdb.org](https://oicdb.org/)):

```sh
go run main.go sync hetzner
buchhalter sync hetzner
```

## Configuration
Expand Down Expand Up @@ -123,7 +123,7 @@ You can use the `--dev` flag to overwrite recipes for a specific supplier with y
Example: Load all invoices from Hetzner Cloud (using your local recipe stored in `buchhalter/_local/recipes/hetzner.json`):

```sh
go run main.go sync hetzner --dev
buchhalter sync hetzner --dev
```

That's it! You can now use buchhalter-cli to download all your invoices from your suppliers automatically.
Expand Down

0 comments on commit c4c76b1

Please sign in to comment.