From 0f877fd0d071d1549b4587719c6db9d5fcab835e Mon Sep 17 00:00:00 2001 From: jamesk Date: Mon, 25 Mar 2024 14:52:39 -0400 Subject: [PATCH] 1 --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 68b25b6..d99f59a 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,14 @@ # sys-compare - ### Create Snapshot +## ./sys-compare create [snapshot] [root_dir] ```shell -cargo run -- create /home/foxx/Documents/ /home/foxx/1.snapshot +cargo run -- create ./test1.snap /home/foxx/Documents/ +cargo run -- create ./test2.snap /home/foxx/Documents/ ``` +### Compare Snapshots +## ./sys-compare compare [.snap] [.snap] [created]|[deleted]|[changed] ```shell -cargo run -- compare /home/foxx/1.snapshot /home/foxx/2.snapshot created +cargo run -- compare ./test1.snap ./test2.snap created ```