Skip to content
This repository was archived by the owner on Jan 1, 2020. It is now read-only.

Commit 5dc4bca

Browse files
committed
Add -n switch to the composer create-project command
This removes the need to answer Y to delete the vcs files.
1 parent ea9aef5 commit 5dc4bca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The recommended way to get a working copy of this project is to clone the reposi
1616
and use `composer` to install dependencies using the `create-project` command:
1717

1818
curl -s https://getcomposer.org/installer | php --
19-
php composer.phar create-project -sdev zendframework/skeleton-application path/to/install
19+
php composer.phar create-project -n -sdev zendframework/skeleton-application path/to/install
2020

2121
Alternately, clone the repository and manually invoke `composer` using the shipped
2222
`composer.phar`:

0 commit comments

Comments
 (0)