Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update index.rst #27

Merged
merged 1 commit into from May 26, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 1 addition & 9 deletions doc/index.rst
Expand Up @@ -7,15 +7,7 @@ Symfony by bringing structure and conventions to Silex.
Getting started
---------------

To start a new project with Flint the easiest way is to use
`Composer <http://getcomposer.org>`__ and
`Flint-Skeleton <http://github.com/henrikbjorn/flint-skeleton>`__.

.. code-block:: bash

$ php composer.phar create-project -s dev henrikbjorn/flint-skeleton my-flint-application

Or if you are migrating from a Silex project you can change your
To start using Flint the easiest way is to edit your
``composer.json`` file to require Flint and change the Application class
that is used.

Expand Down