Skip to content

Commit 507e638

Browse files
committed
Merge pull request #8 from protecinnovations/hotfix/composer-prefer-dist
Use --prefer-dist on Composer install
2 parents fee6419 + 4a7322a commit 507e638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ cd asciigram
2323
# Drop in the standard Composer file for Silex
2424
vim composer.json
2525
curl -s http://getcomposer.org/installer | php
26-
./composer.phar install
26+
./composer.phar install --prefer-dist
2727

2828
# Make the root
2929
mkdir web

0 commit comments

Comments
 (0)