install.pl: Fix installation instructions.
authorThomas Hochstein <thh@inter.net>
Sat, 18 Sep 2010 22:21:12 +0000 (00:21 +0200)
committerThomas Hochstein <thh@inter.net>
Sat, 18 Sep 2010 22:21:12 +0000 (00:21 +0200)
Example newsfeeds entry was missing a backslash
(had to be quoted).

Signed-off-by: Thomas Hochstein <thh@inter.net>
install/install.pl

index b14f59a..c78dfec 100755 (executable)
@@ -96,8 +96,8 @@ Things left to do:
    a) Edit your 'newsfeeds' file and insert something like
 
           ## gather statistics for NewsStats
-          newsstats!\
-                  :!*,de.*\
+          newsstats!\\
+                  :!*,de.*\\
                   :Tc,WmtfbsPNH,Ac:$Path/feedlog.pl
 
       Please
This page took 0.011913 seconds and 4 git commands to generate.