The installation is now done through the Makefile.
authorFrancois Fleuret <francois@fleuret.org>
Sun, 26 Apr 2009 20:18:39 +0000 (22:18 +0200)
committerFrancois Fleuret <francois@fleuret.org>
Sun, 26 Apr 2009 20:18:39 +0000 (22:18 +0200)
README.txt

index 2ea29b2..3185264 100644 (file)
@@ -5,20 +5,25 @@
 
  * INSTALLATION
 
-   You can install it simply by running as root
+   Before installing, you must have a configuration file in
+   /etc/breezed.conf.
 
-     ./install.sh
+   Only one is currently provided in the archive, and it corresponds
+   to the settings _I_ picked for _my_ Lenovo X61s. I have no idea if
+   these settings are safe on this laptop (I guess so, since I have
+   been using them for a few months now and it works perfectly), and I
+   suspect they are not safe for another laptop. If you want to give
+   it a try, just
 
-   and de-install it with
+     cp breezed_Lenovo_X61s.conf /etc/breezed.conf
 
-     ./remove.sh
+   Then, you can install the daemon simply with
 
-   You must have a configuration file in /etc/breezed.conf. Only one
-   is currently provided in the archive, and it corresponds to the
-   settings _I_ picked for _my_ Lenovo X61s. I have no idea if these
-   settings are safe on this laptop (I guess so, since I have been
-   using them for a few months now and it works perfectly), and I
-   suspect they are not safe for another laptop.
+     make install
+
+   and uninstall it with
+
+     make uninstall
 
    See the man page for details about the algorithm, arguments and
    configuration file.
@@ -36,4 +41,4 @@
 
 --
 Francois Fleuret (francois@fleuret.org)
-December 2008
+April 2009