From a6ac9368dd95f5364be892c745a45782a6e3df80 Mon Sep 17 00:00:00 2001 From: Juerd Waalboer Date: Sun, 12 May 2019 21:54:03 +0200 Subject: [PATCH] pod2github Because github's in-code pod support apparently is never going to be fixed. --- README.md | 23 +++++++++++++++++++++++ README.pod | 1 - 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 README.md delete mode 120000 README.pod diff --git a/README.md b/README.md new file mode 100644 index 0000000..4880cd5 --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +# NAME + +revbank - Banking for hackerspace visitors + +# DESCRIPTION + +Maybe I'll write some documentation, but not now. + +Shell-like invocation with `-c` is supported, sort of, but it has to be a +complete command. Currently, multiple commands are supported on the command +line (space separated), but that's an unintended feature... + +# PLUGINS + +Refer to [RevBank::Plugins](https://metacpan.org/pod/RevBank::Plugins) for documentation about writing plugins. + +# AUTHOR + +Juerd Waalboer <#####@juerd.nl> + +# LICENSE + +Pick your favorite OSI license. diff --git a/README.pod b/README.pod deleted file mode 120000 index 4c360c8..0000000 --- a/README.pod +++ /dev/null @@ -1 +0,0 @@ -revbank \ No newline at end of file