Skip to content

Commit

Permalink
docs: update readme for 0.0.4 release (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
fishgrimsby committed Jan 24, 2024
1 parent 376c099 commit d94a910
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ borgmatic_unique_chunks_total{repository="ssh://borg@server01/backup/my-data"} 1
```

## Running locally
1. Download the appropriate release for your platform `curl -LO https://github.com/fishgrimsby/borgmatic-exporter/releases/download/v0.0.3/borgmatic-exporter_0.0.3_linux_amd64.tar.gz`
3. Extract the binary `tar xzvf borgmatic-exporter_0.0.3_linux_amd64.tar.gz`
1. Download the appropriate release for your platform `curl -LO https://github.com/fishgrimsby/borgmatic-exporter/releases/download/v0.0.4/borgmatic-exporter_0.0.4_linux_amd64.tar.gz`
3. Extract the binary `tar xzvf borgmatic-exporter_0.0.4_linux_amd64.tar.gz`
4. Allow execution `chmod +x borgmatic-exporter`
5. Run the executable `sudo ./borgmatic-exporter`
6. Browse to http://localhost:8090/metrics
Expand Down

0 comments on commit d94a910

Please sign in to comment.