From ac37db0bcd82c703d1cfa7cf11bd38e9f357a7f3 Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Fri, 9 Oct 2020 20:12:53 -0400 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 22e2281..f77d8d8 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,7 @@ Instead of `matthuntington` insert your computer's username (what you found when 1. run `heroku create` (take note of the app name for later) 1. run `heroku config:set LOG_CHANNEL=errorlog` +1. run `heroku config:set APP_KEY=$(php artisan --no-ansi key:generate --show)` ### in your browser