From 330285fc58a49a02907974b36370a2e13becf25b Mon Sep 17 00:00:00 2001 From: Misaki Bear <51944655+BearOffice@users.noreply.github.com> Date: Sat, 10 Feb 2024 15:58:22 +0900 Subject: [PATCH] Update README.md --- README.md | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f750aa6..5b4e022 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,30 @@ # BearBackupUI - A backup tool to backup directories (folders) manually or on schedule. Support for file versioning and mirroring. This application even supports dark mode. +A backup tool to backup directories (folders) manually or on schedule. +Support for file versioning and mirroring. This application **even** supports dark mode. + +## How to use +1. Select the repository type (versioning / mirroring) and the repository path. + The repository is used to manage and store the backup data. +3. Select the target path for the backup. +4. Create. + +## Build this application manually +You will need to manually download the following nuget package and load it into the project before you build it. +[BearMarkupLanguage](https://github.com/BearOffice/BearMarkupLanguage), +[LoggingLib](https://github.com/BearOffice/LoggingLib) + +## Screenshot +### Main panel +1 + +### Create repository +2 + +### Restore from backup repository +3 + +### Settings +4 + +### Dark mode +5