Revise README.packagers
[clive.git] / README
blobf92ae62ed8bbcb8b5c3075a3962ff626f252c2d6
3 GENERAL
4 =======
6 clive is a command line media extraction tool for Youtube and similar
7 websites that require flash.
9 Home  : <http://clive.sourceforge.net/>
10 gitweb: <http://repo.or.cz/w/clive.git>
13 LICENSE
14 =======
16 clive is free software, licensed under the GPLv3+.
19 GETTING STARTED
20 ===============
22 Read the manual. The FAQ is available at <http://clive.sourceforge.net/>.
24 For the impatient:
26  cat > ~/.cliverc
27  --quvi "/usr/bin/quvi %u"
28  --get-with "/usr/bin/curl -L -C - -o %f %u"
30 clive will attempt to detect those commands from the $PATH by default,
31 unless you define the above two. The above steps are recommended.
33 If you use an HTTP proxy, refer to the documentation of those commands.
36 vim: set ts=2 sw=2 tw=72 expandtab: