From fd31abd3dbfb944862375444725250c8cc1689a4 Mon Sep 17 00:00:00 2001 From: Klaus Reuter <khr@rzg.mpg.de> Date: Wed, 7 Feb 2018 20:24:32 +0100 Subject: [PATCH] added basic README file --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..bb59fa3 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +MPCDF-specific OSC plugins +========================== + +Installation +------------ + +Put the .py files into `~/.osc-plugins` to make them available for the osc command. + +Background Information +---------------------- + +See `https://en.opensuse.org/openSUSE:OSC_plugins`. + -- GitLab