diff --git a/README b/README deleted file mode 100644 index d9a3d1d..0000000 --- a/README +++ /dev/null @@ -1,10 +0,0 @@ -========== -*** d6 *** -========== - -A diceware password generator written in Bash. I believe I've written -one before, also called 'd6', but I can't find it anywhere, so I wrote a -new one. I'm too lazy to write a real README for this, so just use the -`-h` option. To install it just run the `install` command, which is all -any Makefile really does anyway. Don't know how to use it? Use the -manual page. diff --git a/README.md b/README.md new file mode 100644 index 0000000..b89f907 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# d6 + +A diceware password generator written in Bash. I believe I've written one +before, also called 'd6', but I can't find it anywhere, so I wrote a new one. +I'm too lazy to write a real README for this, so just use the `-h` option. To +install it just run the `install` command, which is all any Makefile really +does anyway. Don't know how to use it? Use the manual page.