From decb7d8df4a7cdceb02971bf37d19dc7f7a8dd6d Mon Sep 17 00:00:00 2001
From: "Alan J. Pippin" <ajp@pippins.net>
Date: Thu, 21 May 2009 23:24:43 -0600
Subject: [PATCH] Fixed a number of typos

---
 README | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README b/README
index 4afadc7..dd7efa3 100644
--- 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.
-- 
2.34.1