X-Git-Url: http://git.pippins.net/embedvideo/.git/static/gitweb.js?a=blobdiff_plain;f=README;h=84d53a53c964481c8ed4ea3bd407b90e2a64db71;hb=a0392e5f7d75539a0a6831d88fda15c821507dae;hp=3c4ef2126df92601934e40a4667211dcfe36d854;hpb=d67d8803018a0dcff83dbd3357bce917b8353014;p=rip_dvd%2F.git diff --git a/README b/README index 3c4ef21..84d53a5 100644 --- 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. +