Skip to content

Commit

Permalink
changed the option to the verbose mode
Browse files Browse the repository at this point in the history
Easier for starters and more consistent with previous example in the
manual.
  • Loading branch information
aparusel authored and thron7 committed Mar 27, 2012
1 parent 5c9b60e commit 9c2a7e1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -29,7 +29,7 @@ The first step is to get a working qooxdoo application where we can start our de

::

create-application.py -n twitter
create-application.py --name=twitter

After that, we should check if everything works as expected. Change the directory to twitter and run ``./generate.py``. Now the skeleton application is ready to run and you can open the index file located in the ``source`` directory. After that, open the ``Application.js`` file located in ``source/class/twitter/Application.js`` with your favorite editor and we are set up for development!

Expand Down

0 comments on commit 9c2a7e1

Please sign in to comment.