aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README18
1 files changed, 18 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..6d96c5c
--- /dev/null
+++ b/README
@@ -0,0 +1,18 @@
+# Diceware
+
+A simple tool to generate [diceware](http://world.std.com/~reinhold/diceware.html)
+passwords from diceware wordlists.
+
+# Building
+
+To build on a unixy system:
+
+ $ make
+
+and to cross-compile for example on Linux to win32:
+
+ $ make HOST=i686-w64-mingw32
+
+Building on Windows with MinGW:
+
+ > make