Fixed sourcing of $PWD/rip_dvd.conf file if present
[rip_dvd/.git] / README
diff --git a/README b/README
index 4afadc7f322d2dff46f35d1bd392e89a9c7d0aa2..e13e50dedfdf3bd2d9fe76d5539eb4ac494815d3 100644 (file)
--- a/README
+++ b/README
@@ -25,6 +25,9 @@ To pull updates in the future of this project into your local directory:
 > cd rip_dvd
 > git pull origin
 
+To see the changelog for what you have pulled, run this command:
+> git whatchanged
+
 ----------------------------------------------
 ENABLING XVID TO ENCODE USING MULTICORES
 ----------------------------------------------
@@ -38,14 +41,14 @@ Follow these instructions to enable the xvid encoding to use multi-cores:
 
 > wget http://downloads.xvid.org/downloads/xvidcore-1.2.1.tar.gz
 > gunzip xvidcore-1.2.1.tar.gz
-> tar xvf xvidcore-1.2.1.tar.gz
+> tar xvf xvidcore-1.2.1.tar
 > cd xvidcore/build/generic
 > ./configure --prefix=/usr
 > make
-> sudo make instal
+> sudo make install
 > cd /usr/lib
-> rm libxvidcore.so.4
-> ln -s libxvidcore.so.4.2 libxvidcore.so.4
+> sudo rm libxvidcore.so.4
+> sudo ln -s libxvidcore.so.4.2 libxvidcore.so.4
 
 After you do these steps, when rip_dvd is running using any xvid profile,
 you will note with 'top' that the mencoder process is using > 100% of your CPU.