Skip to content

Commit

Permalink
adds .env_sample to repo and command in "Quick Start" to ensure peopl…
Browse files Browse the repository at this point in the history
…e dont see env2 warning. fixes #29
  • Loading branch information
nelsonic committed Sep 14, 2016
1 parent a7cf043 commit 03a0b25
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .env_sample
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
MY_VAR='your environment variables go here'
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. Install<sup>1</sup>

Install the *required* dependencies
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 03a0b25

Please sign in to comment.