From 82d741d690f13fac4ea21950225b44476ac2c2a1 Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Fri, 12 Jan 2024 13:05:38 +0500 Subject: [PATCH] update wp-env instructions --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cd6b7ed..3d0df5a 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Repo for practice task for Autonomic front-end recruitment. ### `wp-env` -You can launch an instance of WordPress pre-loaded with this theme using the `wp-env` tool. +You can launch an instance of WordPress pre-installed with this theme using the `wp-env` tool. ```sh $ npm -g i @wordpress/env @@ -26,6 +26,8 @@ $ wp-env start This will launch a WordPress local instance at http://localhost:8888. You can log into the dashboard at http://localhost:8888/wp-admin with `admin` as the username and `password` as the password. +**Note:** This method assumes you already have `docker` and `docker-compose` installed locally. + ### Lando Install Lando, then: