Skip to content

Commit

Permalink
Update docs about composer on Windows (#970)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Jul 5, 2018
1 parent 57f8e86 commit e7cc6eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/users/cli-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ cd my-drupal8-site

**Composer Setup Example**

*Do not use this technique with Windows, as composer on an NTFS filesystem can result in major problems with NTFS symlinks that can't be read in the Linux web container. Instead, use the [community-provided hints on Stack Overflow](https://stackoverflow.com/questions/49660082/how-can-i-run-composer-with-ddev)*

```
composer create-project drupal-composer/drupal-project:8.x-dev my-drupal8-site --stability dev --no-interaction
cd my-drupal8-site
Expand Down Expand Up @@ -128,6 +130,8 @@ If necessary, run build steps that you may require, like `composer install` in t

**Composer Setup Example**

*Do not use this technique with Windows, as composer on an NTFS filesystem can result in major problems with NTFS symlinks that can't be read in the Linux web container. Instead, use the [community-provided hints on Stack Overflow](https://stackoverflow.com/questions/49660082/how-can-i-run-composer-with-ddev)*

```
composer create-project typo3/cms-base-distribution my-typo3-site ^8
cd my-typo3-site
Expand Down

0 comments on commit e7cc6eb

Please sign in to comment.