diff options
author | Daniel Friesel <derf@finalrewind.org> | 2020-05-03 18:31:23 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2020-05-03 18:31:23 +0200 |
commit | 8ffbc9afb15bca670d294ceca24da2afd7eb2db4 (patch) | |
tree | 3650e768437bc5034891ca8e3e3ef48ec4ebeae9 /README | |
parent | defcabed3c824642e00ac807b52207feeb610c96 (diff) |
README: Switch to markdown, provide more installation instructions
Diffstat (limited to 'README')
-rw-r--r-- | README | 36 |
1 files changed, 0 insertions, 36 deletions
@@ -1,36 +0,0 @@ -efa - unofficial efa.vrr.de command line client ------------------------------------------------ - -* <http://finalrewind.org/projects/Travel-Routing-DE-VRR/> - - -Dependencies ------------- - - * perl version 5.10.1 or newer - * Class::Accessor - * Exception::Class - * LWP::UserAgent - * XML::LibXML - - -Installation ------------- - -From a release tarball: - -$ perl Build.PL -$ ./Build -$ sudo ./Build install - -From git: - -$ perl Build.PL -$ ./Build -$ ./Build manifest -$ sudo ./Build install - -See also the Module::Build documentation. - -You can then run 'man Travel::Routing::DE::EFA'. -This distribution also ships the script 'efa', see 'man efa'. |