diff options
| author | Joel Martin <github@martintribe.org> | 2014-04-23 23:07:16 -0500 |
|---|---|---|
| committer | Joel Martin <github@martintribe.org> | 2014-04-23 23:07:16 -0500 |
| commit | 9b1563a3fb98f04c8280a8840b7dce4f3549234d (patch) | |
| tree | fb45262588a9a120780a7009d0114ad85ca6dc23 | |
| parent | 592eb5cfb91c2d072967d8b90d8c8b061f434403 (diff) | |
| download | mal-9b1563a3fb98f04c8280a8840b7dce4f3549234d.tar.gz mal-9b1563a3fb98f04c8280a8840b7dce4f3549234d.zip | |
README: fix c# header, specify perl 5.8
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -65,7 +65,7 @@ make ./stepX_YYY ``` -### C# +### C# ### The C# implementation of mal has been tested on Linux using the Mono C# compiler (mcs) and the Mono runtime (version 2.10.8.1). Both are @@ -122,7 +122,7 @@ cd make make -f stepX_YYY.mk ``` -### Perl 5 +### Perl 5.8 For readline line editing support, install Term::ReadLine::Perl or Term::ReadLine::Gnu from CPAN. |
