Update docs/content/contributing/2-local-testing.md

Co-Authored-By: Renato Alves <espellcaste@gmail.com>
This commit is contained in:
Geoffrey K Taylor
2020-06-04 22:20:12 -04:00
committed by Geoff Taylor
co-authored by Renato Alves
parent 240d954711
commit e314f2dccd
+1 -1
View File
@@ -19,7 +19,7 @@ Before we can begin testing we need a local WordPress installation. If you alrea
Have install **PHP**, **MySQL** or **PostgreSQL**, **Composer**, and **[WP-CLI](https://wp-cli.org/)** installed as well as terminal or shell access.
1. Start by cloning **[WooGraphQL](https://github.com/wp-graphql/wp-graphql-woocommerce)**.
2. Open your terminal .
2. Open your terminal.
3. Copy the `.env.dist` to `.env` by execute the following in your terminal in the **WooGraphQL** root directory.
```
cp .env.dist .env