aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-05-28 09:58:49 +1200
committerTom Ryder <tom@sanctum.geek.nz>2012-05-28 09:58:49 +1200
commit56fa96d79b0bd3caaa2ae38c29e6b9be14c65837 (patch)
treea68fa9d54176ea16067be988f9e89acaa9cdcc2c /README.markdown
parentWrong license. (diff)
downloadcheckem-56fa96d79b0bd3caaa2ae38c29e6b9be14c65837.tar.gz
checkem-56fa96d79b0bd3caaa2ae38c29e6b9be14c65837.zip
Reworking README file.
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown21
1 files changed, 21 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
new file mode 100644
index 0000000..73ebb40
--- /dev/null
+++ b/README.markdown
@@ -0,0 +1,21 @@
+Checkem
+=======
+
+Find duplicate files efficiently, using Perl on GNU/Linux, and maybe other
+systems.
+
+Takes an optional parameter of the directory to check, otherwise assumes you
+mean the current directory.
+
+ $ checkem
+ $ checkem /home/tom
+
+License
+-------
+
+Copyright (c) [Tom Ryder][1]. Distributed under an [MIT License][2]. Buy me a
+beer sometime.
+
+[1]: http://www.sanctum.geek.nz/about/tom-ryder
+[2]: http://www.opensource.org/licenses/MIT
+