Skip to content

Commit 378d819

Browse files
author
Igor Melnikov
committed
MAGETWO-91956: Update PageBuilder installation guide
- update installation steps
1 parent d124da2 commit 378d819

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/code/Magento/PageBuilder/docs/install.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Use this method if you are testing and evaluating PageBuilder for your Magento s
3939
1. If you have a previous 2.3.0 alpha or Page Builder alpha version installed, run `composer clearcache` before installing again. If you don’t clear the cache, Composer will not download the latest alpha release from the repo. It will instead use your locally cached packages.
4040
2. Navigate to the directory where you want to install Magento and Page Builder.
4141
3. Install 2.3.0 alpha, run composer create-project --repository-url=https://repo.magento.com/ magento/project-enterprise-edition=2.3.0-alpha.
42-
Enter keys that you created in your account (go to Marketplace / My Profile / Access Keys)
42+
Enter the access keys for your account (Marketplace / My Profile / Access Keys)
4343
4. Install Page Builder
4444
``` sh
4545
composer require magento/module-page-builder-commerce
@@ -56,7 +56,7 @@ Do not use this installation method for evaluation or production instances.
5656

5757
### Prerequisites
5858

59-
* A local development installation of Magento 2.3.0
59+
* A local development installation of Magento 2.3.0 alpha
6060
* Access to the PageBuilder repository
6161
* [Yarn package manager]
6262

@@ -81,7 +81,7 @@ Do not use this installation method for evaluation or production instances.
8181

8282
## Update steps
8383

84-
When the new version of Page Builder available, destroy 2.3.0 alpha instance with Page Builder and follow installation steps.
84+
When a new version of Page Builder is available, destroy your existing 2.3.0-alpha instance and follow the [composer](install.md#Composer installation) or [GitHub](install.md#GitHub installation) installation steps.
8585

8686
## Installing Node.js dependencies
8787

0 commit comments

Comments
 (0)