Skip to content

Commit

Permalink
Merge pull request #13 from tristanlins/patch-1
Browse files Browse the repository at this point in the history
Clearify documentation to circumvent error `git log failed when compiling.`
  • Loading branch information
discordier committed Mar 11, 2014
2 parents 133c651 + 538822f commit 3fd4a00
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,13 @@ curl -sS https://getcomposer.org/installer | php

2. Install the application.
```
./composer create-project cyberspectrum/contao-toolbox
php composer create-project --prefer-source cyberspectrum/contao-toolbox
```
**Hint:** At the end of the installation composer will ask you to remove the vcs history:

> Do you want to remove the existing VCS (.git, .svn..) history? [Y,n]?
You must not confirm this question, type `n` to keep the history, otherwise the compiler will not work!

### via plain git cloning
```
Expand Down

0 comments on commit 3fd4a00

Please sign in to comment.