change helpstring for interactive list command.
[umph.git] / README
blob06d0dbcb7b1ce56dd9416aadef0b9a63d15fe1ca
3     In brief
5 umph is a command line tool for parsing video links from Youtube feeds,
6 such as playlists, favorites and uploads. The parsed video links are
7 printed to the standard output each separated with a newline.
9 Project:
10   <http://umph.googlecode.com/>
12 Development repository:
13   <git://repo.or.cz/umph.git>
16     Installation
18 This is an optional step, you could just as well copy the bin/umph
19 file to your path and start using it. The installation takes care
20 of generating the umph(1) manual from bin/umph but you can also
21 use "perldoc bin/umph" if you want to skip the installation
22 altogether.
24 Prerequisites:
26   * See Makefile.PL for these
28 If you choose to install:
30   * Make sure you REMOVE any earlier version of umph before you continue
32   * INSTALL_BASE can be passed into Makefile.PL to change where umph will
33   be installed, e.g.:
35     perl Makefile.PL INSTALL_BASE=/usr/local
37   * Typical steps:
39     perl Makefile.PL
40     make
41     make install
43     Refer to the ExtUtils::MakeMaker documentation when in doubt:
44         <http://search.cpan.org/perldoc?ExtUtils::MakeMaker>