diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-07-03 20:02:01 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-07-03 20:02:01 -0400 |
commit | c064e0febccc60ba6f747adbf2e67fcf19a869a6 (patch) | |
tree | a5cc44b25dceb9fad6743cb67632cd19ab64615c | |
parent | ef4af01b1dcfb0069bffd893b3571fc9e2b39655 (diff) | |
download | steuermann-c064e0febccc60ba6f747adbf2e67fcf19a869a6.tar.gz |
Mardownify README
-rw-r--r-- | README.md (renamed from README) | 21 |
1 files changed, 9 insertions, 12 deletions
@@ -1,29 +1,26 @@ -Steuermann 2.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: +## To install: - requires exyapps, pandokia - ( https://svn.stsci.edu/svn/ssb/etal/ ) - - make - # compiles the parser + * requires exyapps, pandokia + ``` 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: +## To run: - requires pandokia + * requires pandokia + ``` smc [ -a ] [ -r run_name ] file.sm + ``` |