From 83bb4ec9fe20dfdad14b6f528f12f0c0d2edebc9 Mon Sep 17 00:00:00 2001 From: Christian Schiffler Date: Wed, 16 Oct 2013 04:21:42 +0200 Subject: [PATCH] Use create-project rather than install as composer command. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bbb4a1e..64ab895 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ curl -sS https://getcomposer.org/installer | php 2. Install the application. ``` -./composer install discordier/toolbox +./composer create-project cyberspectrum/contao-toolbox ``` ### via plain git cloning