Moved configuration variables into their own rip_dvd.conf.dist file.
[rip_dvd/.git] / README
diff --git a/README b/README
index 3c4ef2126df92601934e40a4667211dcfe36d854..84d53a53c964481c8ed4ea3bd407b90e2a64db71 100644 (file)
--- a/README
+++ b/README
@@ -1,3 +1,6 @@
+----------------------------------------------
+INSTALL
+----------------------------------------------
 The following steps should be followed to pull this code project
 into a local GIT repository (local directory):
 
@@ -8,3 +11,15 @@ To pull updates in the future of this project into your local directory:
 > cd rip_dvd
 > git pull origin
 
+----------------------------------------------
+CONFIGURATION
+----------------------------------------------
+You'll need to copy the rip_dvd.conf.dist file to a local copy of the
+file called rip_dvd.conf. This way, you can customize the settings
+needed by the script in a file that isn't tracked by GIT. The conf
+file tracked by GIT (rip_dvd.conf.dist) will then contain the defaults
+the script needs to run. You can override these in your own rip_dvd.conf
+file you create locally.  This will allow you to get updates from my
+GIT repository at a later point in time without blowing away your 
+local settings.
+