diff --git a/README.md b/README.md index 839b824..e532e83 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ Summarises [borg](https://borgbackup.readthedocs.io/en/stable/#what-is-borgbacku ### Planned: * Summary CLI interface -* Output to HTML +* Output to Graphs/HTML ## How to use -Pipe the output of 'borg create --json' to the script, e.g. +Pipe the output of 'borg create --json' to the script, for example: > borg create --json /repo/path::name /important/data/ | python3 ./main.py \ No newline at end of file