From d67d8803018a0dcff83dbd3357bce917b8353014 Mon Sep 17 00:00:00 2001
From: "Alan J. Pippin" <ajp@pippins.net>
Date: Tue, 19 May 2009 16:07:22 -0600
Subject: [PATCH] Added simple README file describing how to pull this project

---
 README | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 README

diff --git a/README b/README
new file mode 100644
index 0000000..3c4ef21
--- /dev/null
+++ b/README
@@ -0,0 +1,10 @@
+The following steps should be followed to pull this code project
+into a local GIT repository (local directory):
+
+This command will create a directory called "rip_dvd" in the CWD and pull the code for this project:
+> git clone http://git.pippins.net/rip_dvd/.git rip_dvd
+
+To pull updates in the future of this project into your local directory:
+> cd rip_dvd
+> git pull origin
+
-- 
2.34.1