README
changeset 2562 dd76d0f88796
parent 0 b97547f5f1fa
child 5024 9e718abe3fde
--- a/README	Wed Jul 29 10:44:55 2009 +0200
+++ b/README	Wed Jul 29 11:02:45 2009 +0200
@@ -1,18 +1,27 @@
-CubicWeb semantic web framework 
+CubicWeb semantic web framework
 ===============================
- 
+
 Install
 -------
-From the source distribution, extract the tarball and run ::
-  
-    python setup.py install
-  
-For deb and rpm packages, use the tools recommended by your distribution.
+
+More details at http://www.cubicweb.org/doc/en/admin/setup
+
+Getting started
+---------------
+
+Execute:
 
-  
+ apt-get install cubicweb cubicweb-dev cubicweb-blog
+ cubicweb-ctl create blog myblog
+ cubicweb-ctl start -D myblog
+ sensible-browser http://localhost:8080/
+
+Details at http://www.cubicweb.org/doc/en/intro/tutorial/blog-in-five-minutes
+
 Documentation
 -------------
-Look in the doc/ subdirectory.
+
+Look in the doc/ subdirectory or read http://www.cubicweb.org/doc/en/