doc/book/en/C011-installation.en.txt
changeset 152 b435d80d0c9e
parent 127 ae611743f5c6
child 221 19125141f6eb
--- a/doc/book/en/C011-installation.en.txt	Wed Nov 26 17:20:58 2008 +0100
+++ b/doc/book/en/C011-installation.en.txt	Wed Nov 26 19:17:19 2008 +0100
@@ -10,24 +10,18 @@
 We will detail here the two easiest way to set-up `CubciWeb` 
 environment.
 
-Debian packages
-```````````````
-You need first to make sure that you added our public repository
-in the list of sources you packages manager will search in.
-
-Depending on the debian distribution you are using here are all the
-available options: ::
+Debian and Ubuntu packages
+```````````````````````````
+Depending on the distribution you are using, add the appropriate line to your list
+of sources (for example by editing ``/etc/apt/sources.list``) ::
 
   deb http://ftp.logilab.org/dists/ lenny/
   deb http://ftp.logilab.org/dists/ hardy/
   deb http://ftp.logilab.org/dists/ sid/
 
-As we assume you are installing `CubciWeb` on a debian machine, please
-add the appropriate line from above in ``/etc/apt/sources.list``.
+You can now install the required packages with the following command: ::
 
-You can now install the required packages with the follwoing command: ::
-
-  apt-get install cubicweb
+  apt-get update ; apt-get install cubicweb
 
 This is it!