diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-07-13 21:07:49 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-07-13 21:07:49 +0200 |
commit | bce72df4fed32a053a7876ade7c5248beaad0baa (patch) | |
tree | 40f867c07956652676f87c08837bc4712f26aa25 /README | |
parent | fc7b6b7649a78029332beb1845ebb9eeed0b6ee3 (diff) |
Add README
Diffstat (limited to 'README')
-rw-r--r-- | README | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -0,0 +1,22 @@ +db-fakedisplay - Show train departures, as seen on the displays on most main stations +------------------------------------------------------------------------------------- + +* <http://finalrewind.org/projects/db-fakedisplay/> + +Dependencies +------------ + + * perl >= 5.10 + * File::ShareDir + * Module::Build >= 0.36 + * HTML::Template + * Travel::Status::DE::DeutscheBahn >= 0.04 + +Installation +------------ + +$ perl Build.PL +$ perl Build +$ sudo perl Build install + +You can then run 'man db-fakedisplay' for more information |