summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HISTORY1
-rw-r--r--README3
2 files changed, 2 insertions, 2 deletions
diff --git a/HISTORY b/HISTORY
index f8e8a24..48639a0 100644
--- a/HISTORY
+++ b/HISTORY
@@ -3,6 +3,7 @@ VDR Plugin 'epgfixer' Revision History
2013-xx-xx: Version x.x.x
+- Fix possible null pointer error.
- Fix header includes.
- Makefile fixes. Install example config files automatically.
- Fix crash in config editing menus if using color buttons when config is empty.
diff --git a/README b/README
index 783707b..7bc80da 100644
--- a/README
+++ b/README
@@ -39,9 +39,8 @@ cd /put/your/path/here/VDR/PLUGINS/src
tar -xzf /put/your/path/here/vdr-epgfixer-X.Y.Z.tgz
ln -s epgfixer-X.Y.Z epgfixer
cd /put/your/path/here/VDR
-cp -R PLUGINS/src/epgfixer/epgfixer /path/to/vdrconf/plugins/
make
-make plugins
+make install
./vdr -P epgfixer
Configuration: