doc/tutorials/base/customizing-the-application.rst
changeset 12658 fdd7165fe1f3
parent 12548 6eec3213bec9
child 12923 341de318d6de
--- a/doc/tutorials/base/customizing-the-application.rst	Wed Jun 19 16:32:25 2019 +0200
+++ b/doc/tutorials/base/customizing-the-application.rst	Wed Jun 19 16:33:15 2019 +0200
@@ -16,11 +16,6 @@
 Create your own cube
 ~~~~~~~~~~~~~~~~~~~~
 
-First, notice that if you've installed |cubicweb| using Debian packages, you will
-need the additional ``cubicweb-dev`` package to get the commands necessary to
-|cubicweb| development. All `cubicweb-ctl` commands are described in details in
-:ref:`cubicweb-ctl`.
-
 Once your |cubicweb| development environment is set up, you can create a new
 cube::
 
@@ -29,6 +24,9 @@
 This will create a a directory named :file:`cubicweb-myblog` reflecting the
 structure described in :ref:`cubelayout`.
 
+All `cubicweb-ctl` commands are described in details in
+:ref:`cubicweb-ctl`.
+
 .. Note::
 
    We previously used `myblog` as the name of our *instance*. We're now creating