diff options
author | axtloss <axtlos@getcryst.al> | 2024-01-27 19:13:00 +0100 |
---|---|---|
committer | axtloss <axtlos@getcryst.al> | 2024-01-27 19:13:00 +0100 |
commit | 8172db7ab9a5ff6afe5067f48efff3496a61dffb (patch) | |
tree | 61c36928d92c7946525345c27a939ec8e49b388f | |
parent | 158e9d6eb8a74bc6ce3c3f2a9709de081568dc02 (diff) | |
download | fsverify-8172db7ab9a5ff6afe5067f48efff3496a61dffb.tar.gz fsverify-8172db7ab9a5ff6afe5067f48efff3496a61dffb.tar.bz2 |
Add readme
Diffstat (limited to '')
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..3dd49f6 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# FsVerify + +Block based Filesystem verification. + +View [fsverify-paper](https://github.com/axtloss/fsverify/blob/main/fsverify-paper.md) for documentation. + +# Contributing +Due to this being a school project, I will have to reject any possible contributions until March 2024. |