Skip to content

Commit

Permalink
Clarify Pantheon provider documentation for D6/7 (#2956) [skip ci][ci…
Browse files Browse the repository at this point in the history
… skip]
  • Loading branch information
travisbutterfield committed Apr 21, 2021
1 parent 5c10806 commit 6da3008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/users/providers/pantheon.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ If you have ddev installed, and have an active Pantheon account with an active s

4. Check out project codebase from Pantheon. Enable the "Git Connection Mode" and use `git clone` to check out the code locally.

5. Verify that drush is installed in your project, `ddev composer require drush/drush`
5. If using Drupal 8+, verify that drush is installed in your project, `ddev composer require drush/drush`. If using Drupal 6 or 7, drush8 is already provided in the web container's /usr/local/bin/drush, so you can skip this step.

6. Configure the local checkout for ddev using `ddev config`

Expand Down

0 comments on commit 6da3008

Please sign in to comment.