Skip to content

Commit

Permalink
Rename .env.example => .env.dist
Browse files Browse the repository at this point in the history
Since it sounds a more appropriate name :)
  • Loading branch information
pH-7 committed Apr 4, 2019
1 parent 08f4b2a commit 5f50212
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ You can always contact me at *hi {{AT}} ph7 [[D0T]] me*!
## Setting Up

1. Run `composer install` to install the project's dependencies.
2. In `~/Server/config/`, rename `.env.example` to `.env` and edit the details and set a secure SECURITY_HASH in there.
2. In `~/Server/config/`, rename `.env.dist` to `.env` and edit the details and set a secure SECURITY_HASH in there.
3. Start a local development server `php -S 127.0.0.1:8080`
File renamed without changes.

0 comments on commit 5f50212

Please sign in to comment.