From 0a50afaa16197e86ccbace130b79fff48c3149be Mon Sep 17 00:00:00 2001 From: Oskari Timperi Date: Thu, 17 Sep 2015 08:18:56 +0300 Subject: Rename README to README.md --- README | 18 ------------------ README.md | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index 6d96c5c..0000000 --- a/README +++ /dev/null @@ -1,18 +0,0 @@ -# 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 diff --git a/README.md b/README.md new file mode 100644 index 0000000..6d96c5c --- /dev/null +++ b/README.md @@ -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