Skip to content

Commit a97d5d5

Browse files
authored
Update WxT installation guide (#1)
* Update WxT installation guide * Update _index.en.md
1 parent 5ab7a93 commit a97d5d5

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

content/en/docs/general/installation/_index.en.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Run this command and replace DIRECTORY with the directory of your choice this is
4242

4343
```sh
4444
composer self-update
45-
composer create-project drupalwxt/site-wxt:4.3.x-dev <site-name> --no-interaction
45+
composer create-project drupalwxt/site-wxt:9.4.x-dev <site-name> --no-interaction
4646
```
4747

4848
> **Note**: Normally you would pass a stable tag to the above command rather then just pulling from the development branch.
@@ -53,6 +53,12 @@ If you don't want to use Composer, you can install WxT the traditional way by do
5353

5454
> **Note**: That the tarball generated by the Drupal.org packager does not include the required Composer dependencies and should not be used without following the specialized instructions.
5555
56+
### Containers
57+
58+
For the (optional) container based local development workflow please consult our documentation site:
59+
60+
[containers]
61+
5662
## Site Installation
5763

5864
a) The Drupal Root is in `<site-name>/html`
@@ -124,11 +130,12 @@ drush cr
124130
<!-- Links Referenced -->
125131

126132
[composer]: https://getcomposer.org/download/
133+
[containers]: https://drupalwxt.github.io/en/docs/environment/containers/
127134
[migrate]: https://www.drupal.org/node/2127611
128135
[releases]: https://github.com/drupalwxt/wxt/releases
129136
[requirements]: https://www.drupal.org/docs/system-requirements
130137
[wxt]: https://github.com/drupalwxt/wxt
131138
[wxt-bootstrap]: https://github.com/drupalwxt/wxt_bootstrap
132139
[wxt-library]: https://github.com/drupalwxt/wxt_library
133-
[wxt-project]: https://github.com/drupalwxt/wxt
140+
[wxt-project]: https://github.com/drupalwxt/wxt-project
134141
[wet-boew]: https://github.com/wet-boew/wet-boew

0 commit comments

Comments
 (0)