Fixed a number of typos
authorAlan J. Pippin <ajp@pippins.net>
Fri, 22 May 2009 05:24:43 +0000 (23:24 -0600)
committerAlan J. Pippin <ajp@pippins.net>
Fri, 22 May 2009 05:24:43 +0000 (23:24 -0600)
README

diff --git a/README b/README
index 4afadc7f322d2dff46f35d1bd392e89a9c7d0aa2..dd7efa30e5f71cbd1d696a033c0509b059e2231f 100644 (file)
--- a/README
+++ b/README
@@ -38,14 +38,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.