From 9cf69c87df95ce889a48bc53100ae82c53565495 Mon Sep 17 00:00:00 2001 From: jamesk Date: Mon, 18 Mar 2024 19:01:37 -0400 Subject: [PATCH] init --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index d094ab9..68b25b6 100644 --- a/README.md +++ b/README.md @@ -1 +1,11 @@ # sys-compare + + +### Create Snapshot +```shell +cargo run -- create /home/foxx/Documents/ /home/foxx/1.snapshot +``` + +```shell +cargo run -- compare /home/foxx/1.snapshot /home/foxx/2.snapshot created +```