diff --git a/.env_sample b/.env_sample new file mode 100644 index 0000000..31f7cbb --- /dev/null +++ b/.env_sample @@ -0,0 +1 @@ +MY_VAR='your environment variables go here' diff --git a/README.md b/README.md index a7fff5d..fdfe508 100644 --- a/README.md +++ b/README.md @@ -67,9 +67,11 @@ _**Try it**_ on your local machine in 5 mins by following these _**3 easy steps* Clone the repository by _copy-pasting_ the following command into your terminal: ```sh -git clone https://github.com/dwyl/learn-nightwatch.git && cd learn-nightwatch +git clone https://github.com/dwyl/learn-nightwatch.git && cd learn-nightwatch && cp .env_sample .env ``` +> Note: if you're _curious_ what that last part is, see: https://github.com/dwyl/env2 + ### 2. Install1 Install the *required* dependencies diff --git a/package.json b/package.json index 9ad3798..3bef1ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "learn-nightwatch", - "version": "1.0.22", + "version": "1.0.23", "description": "Learn how to use nightwatch for front-end testing. step-by-step tutorial", "main": "index.js", "engines": {