diff options
author | adam.danischewski@gmail.com <adam.danischewski@code.google.com> | 2015-12-26 05:06:24 -0500 |
---|---|---|
committer | adam.danischewski@gmail.com <adam.danischewski@code.google.com> | 2015-12-26 05:06:24 -0500 |
commit | 3a3b82ef5215e82565e35bf7d0b93176ef108c18 (patch) | |
tree | 1b7071a649525ca8b71422556246812419854297 | |
parent | def20336ae794a9fe9b6a1239a8acfd136944160 (diff) |
Initialization.
-rw-r--r-- | README | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -0,0 +1,22 @@ +### +### Updated by +A.M.Danischewski December, 2015 +### +### Eliminated much of the hand configuration, unpack the files where +### you want them to live, then run the config.bsh script. That will +### automatically configure the application to run from the directory +### where it is and will create an alias file, add the alias file +### command to your .bashrc file and you're all set! +### +### Notes: Requires PHP, the scripts presume you have firefox, if not +### you will have to edit the alias to your favorite web browser. +### +### E.g. After it's set up, run it as: +### $> i2h coreutils wc invocation +### + +For the most recent version, documentation and installation +instructions, see info2html's home page: +http://info2html.sourceforge.net/ + +info2html's original home page (now very out-of-date): +http://www.iam.unibe.ch/work/docs/info2html/ |