From 567825c051422c004f474c49a6082b36845dfcae Mon Sep 17 00:00:00 2001 From: Oskari Timperi Date: Thu, 17 Sep 2015 08:16:21 +0300 Subject: add README --- README | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README 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 -- cgit v1.2.3