Skip to content

Commit

Permalink
Merge pull request #2 from svenluijten/remove-env-file
Browse files Browse the repository at this point in the history
remove .env file
  • Loading branch information
kilroyweb authored Jul 7, 2017
2 parents aa71902 + 23dbbc4 commit 25f2f2a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
8 changes: 0 additions & 8 deletions .env

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.idea
/.env
/vendor
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cd homeboy
composer install
```

- Copy one of the .env.example files to .env, and update it with your information
- Copy one of the .env.example files to a new file called `.env` and update it with your information

**By this point, you should be able to run homeboy within the directory using the command:**

Expand Down

0 comments on commit 25f2f2a

Please sign in to comment.