summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2020-05-03 18:31:23 +0200
committerDaniel Friesel <derf@finalrewind.org>2020-05-03 18:31:23 +0200
commit8ffbc9afb15bca670d294ceca24da2afd7eb2db4 (patch)
tree3650e768437bc5034891ca8e3e3ef48ec4ebeae9 /README
parentdefcabed3c824642e00ac807b52207feeb610c96 (diff)
README: Switch to markdown, provide more installation instructions
Diffstat (limited to 'README')
-rw-r--r--README36
1 files changed, 0 insertions, 36 deletions
diff --git a/README b/README
deleted file mode 100644
index 177217b..0000000
--- a/README
+++ /dev/null
@@ -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'.