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: