I try to install this project to understand the bug #2344923: Drush make add extra .git folder

The instruction given in https://www.drupal.org/developing/distributions/drupalorg link to a 3 years old comments. Would be nice to have instruction directly on the projet page.

Comments

mariacha1’s picture

The comments in this node give detailed instructions on how to install the module:
https://www.drupal.org/node/1432296

In short, instructions should be:
1) Download the module using drush:
drush dl drupalorg_drush

2) Verify that the folder drupalorg_drush exists under .drush:
ls ~/.drush

3) If the drupalorg_drush folder is NOT under your .drush folder, you'll need to move it there manually. (Mine dumped it into the site's folder instead, or, if I had no site alias set, into whatever folder I happened to be on at the time.)

Agreed that it would be very nice to get this added to the documentation somewhere, so others don't have to hunt for it.

mariacha1’s picture

Status: Active » Needs review

Setting to "Needs Review" to get other eyes on those instructions. Should they be added to a README.txt for example?

jhedstrom’s picture

Status: Needs review » Fixed

I added these to the project page, and am adding them to the README. Thanks!

  • jhedstrom committed e83f5bf on 7.x-1.x
    Issue #2359573 by mariacha1: Up to date installation instruction.
    

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.