Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update _index.en.md to reference latest supported version of drupalwx… #5

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions content/docs/general/installation/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,9 @@ As **[Drupal WxT][wxt]** is a Drupal distribution, the official guide for **[Dru
Run the following commands (choosing your version) and replace site-name with the directory of your choice this is where WxT will be installed.

```sh
# Requires PHP 8.1
composer self-update
composer create-project drupalwxt/site-wxt:10.1.x-dev <site-name> --no-interaction

# Requires PHP 8.2
composer self-update
composer create-project drupalwxt/site-wxt:10.2.x-dev <site-name> --no-interaction
composer create-project drupalwxt/site-wxt:10.3.x-dev <site-name> --no-interaction
```

> **Note**: Normally you would pass a stable tag to the above command rather then just pulling from the development branch.
Expand Down
Loading