Skip to content

Commit 907cc0e

Browse files
committed
Removed obsolete docs from README.
1 parent cafb1a5 commit 907cc0e

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

README.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,10 @@ $ composer create-project joachim-n/drupal-core-development-project
2727
Composer will clone Drupal core into a 'repos/drupal' directory within the
2828
project, and then symlink that into the project when it installs Drupal core.
2929

30-
Drupal core is checked out to its default branch, which is currently 11.x (see
31-
limitations below). To start on a different branch without first checking out
32-
11.x, you can use the `--no-install` option with the `composer create-project`
33-
command, then change the branch of the Drupal core clone, then do `composer
34-
install`.
30+
Drupal core is checked out to its default branch, which is currently 11.x. To
31+
start on a different branch without first checking out 11.x, you can use the
32+
`--no-install` option with the `composer create-project` command, then change
33+
the branch of the Drupal core clone, then do `composer install`.
3534

3635
Once the Composer installation is complete, you can install Drupal as normal,
3736
either with `drush si` or with the web UI.
@@ -48,12 +47,6 @@ $ ddev composer create joachim-n/drupal-core-development-project
4847

4948
## Limitations
5049

51-
### Contrib modules on core 11.x branch
52-
53-
Contrib modules can't be installed when Core is checked out to the `11.x`
54-
branch. For details, see
55-
https://github.com/joachim-n/drupal-core-development-project/issues/23
56-
5750
### Contrib and custom tests
5851

5952
Contrib and custom module tests can't be run. For details, see

0 commit comments

Comments
 (0)