diff --git a/INSTALL b/INSTALL index c86f4f5..10f8a92 100644 --- a/INSTALL +++ b/INSTALL @@ -1,5 +1,10 @@ If running on a Debian-based OS (this includes Ubuntu), it is highly recommended -to install this program as a package by doing +to install this program as a package. In debian/unstable feedgnuplot is in the +official repos, so all you need to do is + + sudo apt-get install feedgnuplot + +Otherwise a package can be built with ln -fs package_definitions/debian debian dpkg-buildpackage -us -uc -b diff --git a/bin/feedgnuplot b/bin/feedgnuplot index 4d2196a..7c0c4e0 100755 --- a/bin/feedgnuplot +++ b/bin/feedgnuplot @@ -1079,10 +1079,12 @@ As an example, if line 3 of the input is "0 9 1 20" automatically set it. This option is ONLY needed if unknown styles are used, with --curvestyleall for instance - --dump Instead of printing to gnuplot, print to STDOUT. For - debugging. + --dump Instead of printing to gnuplot, print to STDOUT. Very useful for + debugging. It is possible to send the output produced this way to + gnuplot directly. --geometry If using X11, specifies the size, position of the plot window + --version Print the version and exit =head1 ACKNOWLEDGEMENT