Skip to content

Commit

Permalink
rename .env_sample to sample.env for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Sep 14, 2016
1 parent 03a0b25 commit b67a786
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -67,7 +67,7 @@ _**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 && cp .env_sample .env
git clone https://github.com/dwyl/learn-nightwatch.git && cd learn-nightwatch && cp sample.env .env
```

> Note: if you're _curious_ what that last part is, see: https://github.com/dwyl/env2
Expand Down
File renamed without changes.

0 comments on commit b67a786

Please sign in to comment.