You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting-started/install-pagebuilder.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -13,12 +13,12 @@ How you install the pre-release version of Page Builder depends on whether or no
13
13
14
14
## Prerequisite for both installations
15
15
16
-
Magento 2.3+ Commerce -- Installation instructions can be found from the [DevDocs installation guide](https://devdocs.magento.com/guides/v2.3/install-gde/bk-install-guide.html).
16
+
Magento 2.3+ Commerce -- Use the installation instructions from the [DevDocs installation guide](https://devdocs.magento.com/guides/v2.3/install-gde/bk-install-guide.html).
Partners who are not members of the Early Adopters Program (EAP) must install the pre-release version of Page Builder by cloning the Page Builder GitHub repository (https://github.com/magento/magento2-page-builder) into a development instance of Magento.
21
-
Before installing Page Builder, make sure you have the following:
21
+
Before installing Page Builder, make sure you have:
22
22
23
23
* A local development installation of Magento 2.3.0 alpha
24
24
* Access to the Page Builder repository
@@ -61,13 +61,13 @@ To check for TypeScript errors, you can run `npx tslint --fix -p tsconfig.json`.
To use the Composer installation described below, you must be an active member in the Page Builder EAP program and have submitted your MAGEID to be provided access to the Page Builder Composer packages through `repo.magento.com`.
64
+
To use the Composer installation described below, you must be an active member in the Page Builder EAP program and have submitted your MAGEID to get access to the Page Builder Composer packages through `repo.magento.com`.
65
65
If you are experiencing problems _as an EAP member_, please contact us at `pagebuilderEAP@adobe.com`.
66
66
67
67
{: .bs-callout .bs-callout-info }
68
-
If you have had a previous version of Magento 2.3.0 or Page Builder installed you may need to clear your composer cache (`composer clearcache`) to ensure the latest packages of both versions are installed.
68
+
If you have had a previous version of Magento 2.3.0 or Page Builder installed, clear your composer cache (`composer clearcache`) before you install the latest packages.
69
69
70
-
1. Ensure your composer has `minimum-stability`set to `beta` as follows:
70
+
1. Ensure your composer has `minimum-stability`set to `beta`:
71
71
```
72
72
composer config minimum-stability beta
73
73
```
@@ -86,7 +86,7 @@ If you have had a previous version of Magento 2.3.0 or Page Builder installed yo
86
86
87
87
### Updating Composer installation
88
88
89
-
This can be installed by completing a `composer update` within your project.
89
+
You can install updates by completing a `composer update` within your project.
0 commit comments