Skip to content

Commit

Permalink
some more docs in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexis Sukrieh committed Sep 19, 2009
1 parent a2842b3 commit 4db3799
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions README
Expand Up @@ -12,6 +12,18 @@ The user should be able to define a webapp with very few lines of codes.

=== EXAMPLE ===

To create a new Dancer application, use the helper script "dancer" provided
with this distribution:

$ dancer -a mywebapp
+ [D] mywebapp
+ [F] mywebapp/config.yml
+ [D] mywebapp/views
+ [D] mywebapp/views/layouts
[...]

You have then a new Dancer application in 'mywebapp'.

Here is an example of a webapp built with Dancer:

# webapp.pl
Expand Down Expand Up @@ -55,14 +67,8 @@ Dancer depends on the following modules

- HTTP::Server::Simple
- File::MimeInfo
- File::Spec
- File::Basename
- Template

Dancer may also depend on other modules if optional features are used:

- Tempalte needed for views rendering

=== WEBSITE ===

For more details about the project, checkout the official website:
Expand Down

0 comments on commit 4db3799

Please sign in to comment.