Skip to content

Commit

Permalink
Add note about .env-example (hanami#64)
Browse files Browse the repository at this point in the history
This small but important step isn't mentioned in either `README.md` nor `README.app.md`
  • Loading branch information
cllns authored and swilgosz committed Jul 11, 2022
1 parent 0834b53 commit 47ec41c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -15,7 +15,9 @@ Then, once you’ve cloned your new repository, run:
./bin/install name_of_your_app
```

This will rename all instances of `AppPrototype` within (in all its case
variations) to the name of your application.
This will rename all instances of `AppPrototype` within
(in all its case variations) to the name of your application.

Then rename the `.env-example` file to `.env`, and update the values as necessary.

See [README.app.md](README.app.md) for details of the generated application.

0 comments on commit 47ec41c

Please sign in to comment.