diff options
author | Matias Linares <matiaslina@openmailbox.org> | 2015-11-03 22:21:22 -0300 |
---|---|---|
committer | Matias Linares <matiaslina@openmailbox.org> | 2015-11-03 22:21:22 -0300 |
commit | 7ec87d34c53b2e527ed3252610d3085ed1f780d7 (patch) | |
tree | 7610c9f5224ebe5f98f168a87f55039cdf4d4a63 | |
parent | 052500aec3bcbed327192a271f6110100e66d801 (diff) | |
download | medianinfs-7ec87d34c53b2e527ed3252610d3085ed1f780d7.tar.gz |
Move the readme to markdown
-rw-r--r-- | README | 5 | ||||
-rw-r--r-- | README.md | 8 |
2 files changed, 8 insertions, 5 deletions
@@ -1,5 +0,0 @@ -An Ext4-like file system. - -Authors: - Matias Linares <park@team-deprecated.org> - Santiago Feraud <aiden@team-deprecated.org> diff --git a/README.md b/README.md new file mode 100644 index 0000000..d7cdeb1 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# MedianinFS + +An Ext4-like file system. + +## Authors + +Matias Linares <park@team-deprecated.org> +Santiago Feraud <aiden@team-deprecated.org> |