Skip to content

Commit

Permalink
Correction
Browse files Browse the repository at this point in the history
  • Loading branch information
McLone committed Mar 14, 2016
1 parent 694fc79 commit 48861f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
#Infostrates' eZ5 Project Bootstrap

A simple start structure for a new eZPublish Community Project.

Take care that this project might not fit your needs, as its scaled for our own server settings (especially the "reset-files-owner" script part of the composer.json).

##Installation
```
php -d memory_limit composer.phar create-project mclone/ez5-project-bootstrap [nom_du_projet]
php -d memory_limit=-1 composer.phar create-project mclone/ez5-project-bootstrap [nom_du_projet]
```

C'est prêt !
Expand Down

0 comments on commit 48861f2

Please sign in to comment.