Skip to content

Commit 8832093

Browse files
committed
Merge pull request #9 from drupal-composer/webflo-usage-instructions
Update usage instructions
2 parents d3e757f + f68d35a commit 8832093

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
```sh
66
curl -sS https://getcomposer.org/installer | php
7-
php composer.phar create-project reload/drupal-composer-project some-dir --stability dev --no-interaction
7+
php composer.phar create-project drupal-composer/drupal-project some-dir --stability dev --no-interaction
88
cd some-dir
99
php ../composer.phar require drupal/ctools:7.*
1010
```
@@ -31,7 +31,7 @@ This project aims to be a ressource for using Composer to manage Drupal projects
3131
To start your first Drupal project with Composer you need to:
3232

3333
1. [Install Composer](https://getcomposer.org/doc/00-intro.md#system-requirements).
34-
2. Create a `composer.json` file in the root of your project with [appropriate properties](https://getcomposer.org/doc/04-schema.md#properties) - primarily [the Drupal core package](#core) and the [Drupal.org package repository](#projects). To use the `composer.json` template provided by this project run `composer create-project reload/drupal-composer-project project-dir --stability dev --no-interaction
34+
2. Create a `composer.json` file in the root of your project with [appropriate properties](https://getcomposer.org/doc/04-schema.md#properties) - primarily [the Drupal core package](#core) and the [Drupal.org package repository](#projects). To use the `composer.json` template provided by this project run `composer create-project drupal-composer/drupal-project project-dir --stability dev --no-interaction
3535
3. Run `composer install` from your project directory to install Drupal 7.
3636
4. Run `composer require drupal/some-project` to install a module or theme from Drupal.org.
3737

0 commit comments

Comments
 (0)