From 9e76bb550749f3d30813fad417e09eec92fd0fed Mon Sep 17 00:00:00 2001 From: jkoonts Date: Tue, 26 Mar 2024 12:52:11 -0400 Subject: [PATCH] . --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d99f59a..e512df9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # sys-compare +#### work in progress ### Create Snapshot ## ./sys-compare create [snapshot] [root_dir] @@ -12,3 +13,8 @@ cargo run -- create ./test2.snap /home/foxx/Documents/ ```shell cargo run -- compare ./test1.snap ./test2.snap created ``` + +## Development and Collaboration +#### Feel free to open a pull request, please run the following prior to your submission please! + echo "Run clippy"; cargo clippy -- -D clippy::all + echo "Format source code"; cargo fmt -- --check