Skip to content

Commit

Permalink
Add a hint for the "remove vcs history" question.
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanlins committed Mar 11, 2014
1 parent b26e5d5 commit 538822f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ curl -sS https://getcomposer.org/installer | php
```
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 538822f

Please sign in to comment.