643dd3
diff --git a/QUICKSTART b/QUICKSTART
643dd3
index f0294ba..e7b14ea 100644
643dd3
--- a/QUICKSTART
643dd3
+++ b/QUICKSTART
643dd3
@@ -10,10 +10,9 @@ After you retrieved, compiled and installed the Squid software (see
643dd3
 INSTALL in the same directory), you have to configure the squid.conf
643dd3
 file. This is the list of the values you *need* to change, because no
643dd3
 sensible defaults could be defined. Do not touch the other variables
643dd3
-for now.  We assume you have installed Squid in the default location:
643dd3
-/usr/local/squid
643dd3
+for now.
643dd3
 
643dd3
-Uncomment and edit the following lines in /usr/local/squid/etc/squid.conf:
643dd3
+Uncomment and edit the following lines in /etc/squid/squid.conf:
643dd3
 
643dd3
 ==============================================================================
643dd3
 
643dd3
@@ -52,7 +51,7 @@ cache_effective_user
643dd3
     as after startup (typically "nobody" and "nogroup").  Do not use
643dd3
     "root", for security reasons.
643dd3
 
643dd3
-cache_dir ufs /usr/local/squid/var/cache 100 16 256
643dd3
+cache_dir ufs /var/spool/squid 100 16 256
643dd3
 
643dd3
     Add here (first number, here 100) the amount of hard disk space 
643dd3
     (in megabytes) to devote to caching.
643dd3
@@ -80,12 +79,12 @@ After editing squid.conf to your liking, run Squid from the command
643dd3
 line TWICE:
643dd3
 
643dd3
 To create any disk cache_dir configured:
643dd3
-    % /usr/local/squid/sbin/squid -z
643dd3
+    % /usr/sbin/squid -z
643dd3
 
643dd3
 To start squid:
643dd3
-    % /usr/local/squid/sbin/squid 
643dd3
+    % /usr/sbin/squid 
643dd3
 
643dd3
-Check in the cache.log (/usr/local/squid/var/logs/cache.log) that
643dd3
+Check in the cache.log (/var/log/squid/cache.log) that
643dd3
 everything is all right.
643dd3
 
643dd3
 Once Squid created all its files (it can take several minutes on some