Skip to content

Commit 775ede6

Browse files
nelsonamaya82ataylorme
authored andcommitted
Update Lando instructions in the Readme (#198)
Props @nelsonamaya82
1 parent 5df8d35 commit 775ede6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ Visual regression testing uses a headless browser to take screenshots of web pag
9191
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/).
9292

9393
* [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).
9696
* Run `lando start` to start Lando.
9797
- Save the local site URL. It should be similar to `https://<PROJECT_NAME>.lndo.site`.
9898
* Run `lando composer install --no-ansi --no-interaction --optimize-autoloader --no-progress` to download dependencies

0 commit comments

Comments
 (0)