From c064e0febccc60ba6f747adbf2e67fcf19a869a6 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Sun, 3 Jul 2016 20:02:01 -0400 Subject: Mardownify README --- README | 29 ----------------------------- README.md | 26 ++++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 29 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index e59463d..0000000 --- a/README +++ /dev/null @@ -1,29 +0,0 @@ -Steuermann 2.0 --- - -How to pronounce the name: - http://www.forvo.com/word/steuer-/#de - http://www.forvo.com/word/mann/#de - - -To install: - - requires exyapps, pandokia - ( https://svn.stsci.edu/svn/ssb/etal/ ) - - make - # compiles the parser - - python setup.py install - # installs - - Put the installed script steuermann_report.cgi on your web server. - It remembers where the rest was installed. - -To run: - - requires pandokia - - smc [ -a ] [ -r run_name ] file.sm - - diff --git a/README.md b/README.md new file mode 100644 index 0000000..ab7e6a6 --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +# Steuermann 2.0 + +How to pronounce the name: + http://www.forvo.com/word/steuer-/#de + http://www.forvo.com/word/mann/#de + + +## To install: + + * requires exyapps, pandokia + + ``` + python setup.py install + ``` + + Put the installed script steuermann_report.cgi on your web server. + +## To run: + + * requires pandokia + + ``` + smc [ -a ] [ -r run_name ] file.sm + ``` + + -- cgit