Skip to content

Commit 3026655

Browse files
committed
MAGEDOC-3558: Docs for changed repo access
1 parent 892b26e commit 3026655

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/getting-started/install-pagebuilder.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ How you install the pre-release version of Page Builder depends on whether or no
1313

1414
## Prerequisite for both installations
1515

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).
1717

1818
## **All Partners**: GitHub Installation {#githubInstructions}
1919

2020
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:
2222

2323
* A local development installation of Magento 2.3.0 alpha
2424
* Access to the Page Builder repository
@@ -61,13 +61,13 @@ To check for TypeScript errors, you can run `npx tslint --fix -p tsconfig.json`.
6161

6262
## **EAP Participants Only**: Composer Installation {#composerInstallation}
6363

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 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`.
6565
If you are experiencing problems _as an EAP member_, please contact us at `pagebuilderEAP@adobe.com`.
6666

6767
{: .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.
6969

70-
1. Ensure your composer has `minimum-stability` set to `beta` as follows:
70+
1. Ensure your composer has `minimum-stability` set to `beta`:
7171
```
7272
composer config minimum-stability beta
7373
```
@@ -86,7 +86,7 @@ If you have had a previous version of Magento 2.3.0 or Page Builder installed yo
8686

8787
### Updating Composer installation
8888

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.
9090

9191
### Composer installation issues
9292

0 commit comments

Comments
 (0)