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: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -91,8 +91,8 @@ Visual regression testing uses a headless browser to take screenshots of web pag
91
91
To get started using Lando to develop locally complete these one-time steps. Please note than Lando is an independent product and is not supported by Pantheon. For further assistance please refer to the [Lando documentation](https://docs.devwithlando.io/).
92
92
93
93
*[Install Lando](https://docs.devwithlando.io/installation/system-requirements.html), if not already installed.
94
-
* Clone this repository locally.
95
-
*Run `lando init` and follow the prompts, choosing the Pantheon recipe followed by entering a valid machine token and selecting the Pantheon site created by [the Terminus build tools plugin].(https://github.com/pantheon-systems/terminus-build-tools-plugin).
94
+
* Clone your project repository from GitHub (or GitLab or BitBucket) locally.
95
+
*Manually create a `.lando.yml` file with your preferred configuration, based on the [WordPress recipe](https://docs.lando.dev/config/wordpress.html#configuration).
96
96
* Run `lando start` to start Lando.
97
97
- Save the local site URL. It should be similar to `https://<PROJECT_NAME>.lndo.site`.
98
98
* Run `lando composer install --no-ansi --no-interaction --optimize-autoloader --no-progress` to download dependencies
0 commit comments