<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -55,28 +55,41 @@ For example:
 
   make local_install
      and perform something we call a
-     local install. It will create an executable script in the $HOMe/bin 
+     local install. It will create an executable script in the $HOME/bin 
      directory and a config file in $HOME/yaws.conf. This is for developers
      only
 
 4.   To test the build, Start as bin/yaws -i 
      This will start a webserver at http://0.0.0.0:8000
-     Terminate through ^C or &gt; init:stop()
+     Terminate through ^C or 
+     &gt; init:stop()
 
 5. as root make install
 
-6. as root Start as /usr/local/bin/yaws -i 
+6. as root start as /usr/local/bin/yaws -i 
    (this starts an interactive system)
 
 7. This will create a webserver at http://${host} and one at https://${host}
 
-8. as root Edit /etc/yaws.conf 
+8. as root edit /usr/local/etc/yaws/yaws.conf 
 
-9. Create content in /var/yaws
+9. Create content in /usr/local/var/yaws
 
 10a. Start as /usr/local/bin/yaws --daemon --heart
      This will start a daemon (--daemon) which will be autorestarted when/if
      it crashes or hangs (--heart)
+     Also, for most unices, we create proper start scripts in
+     /etc/init.d (sysconfdir)
 
 10b. Or start interactive system as /usr/local/bin/yaws -i
 
+
+11.  Example: Here is how I compile/start the yaws system that runs
+     at http://yaws.hyber.org (Ubuntu server system)
+
+     # ./configure --sysconfdir=/etc
+     # make &amp;&amp; make install
+     # /etc/init.d/yaws start
+
+
+</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,9 @@
 
+&lt;Note&gt; This is now deprecated as we have a proper
+native win32 yaws now.
+ 
+
+
 Yaws on Cygwin/Windows
 Written by Bill Robertsson (billrobertson42@yahoo.com)
 Thu May 22 13:24:48 CEST 2008</diff>
      <filename>README.win32-cygwin</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>977c12387a9c9976793d33dfccb50ea2e9e28b45</id>
    </parent>
  </parents>
  <author>
    <name>Claes Wikstrom</name>
    <email>klacke@hyber.org</email>
  </author>
  <url>http://github.com/klacke/yaws/commit/e5dbee8c6c53eb082c22a9c9d92b88b591d224a6</url>
  <id>e5dbee8c6c53eb082c22a9c9d92b88b591d224a6</id>
  <committed-date>2009-08-03T04:07:55-07:00</committed-date>
  <authored-date>2009-08-03T04:07:55-07:00</authored-date>
  <message>readme docs</message>
  <tree>2dc43a592cd7410ca60cdacfb30db59ca3906b5c</tree>
  <committer>
    <name>Claes Wikstrom</name>
    <email>klacke@hyber.org</email>
  </committer>
</commit>
