Skip to content
This repository has been archived by the owner on Aug 1, 2021. It is now read-only.

Commit

Permalink
Removed dev option from composer create-project line
Browse files Browse the repository at this point in the history
o-alquimista committed Oct 6, 2019
1 parent 84ff89d commit e92bc7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ Fragments aims to be a small framework for web applications. Keep in mind that t

## Getting started
Create a blank project:
`composer create-project -s dev crimsonking/fragments-skeleton <your-project-name>`
`composer create-project crimsonking/fragments-skeleton <your-project-name>`

Configure your web server so that its root directory is `<your-project-name>/public`. As for the directory settings, here's how you should configure it on Apache:
```

0 comments on commit e92bc7a

Please sign in to comment.