Skip to content
This repository was archived by the owner on Apr 4, 2019. It is now read-only.

Commit 73f9076

Browse files
author
André R
committed
[Doc] Add section about dev composer install in INSTALL.md
1 parent caf0e66 commit 73f9076

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

INSTALL.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,14 +90,17 @@
9090
**Note: The following step will also install assets, if you prefer to install assets using hard copy or symlink
9191
instead of default relative symlink, edit 'symfony-assets-install' setting in composer.json**
9292

93+
**Dev: For dev use change '--prefer-dist' for '--prefer-source' to get full git clones
94+
and add '--dev' to get phpunit and behat installed.**
95+
9396
Download composer and install dependencies by running:
9497
```bash
9598
cd /<ezpublish-community-root-dir>/
9699
curl -s http://getcomposer.org/installer | php
97100
php composer.phar install --prefer-dist
98101
```
99102

100-
Note: Every time you want to get the latest updates of all your dependencies just run this command:
103+
Update note: Every time you want to get the latest updates of all your dependencies just run this command:
101104
```bash
102105
cd /<ezpublish-community-root-dir>/
103106
php composer.phar update --prefer-dist

0 commit comments

Comments
 (0)