From 8cfc29bcb234f761af16c2dd19c32b231e7841a5 Mon Sep 17 00:00:00 2001 From: JETBRAIN <43117784+HamasakiBrain@users.noreply.github.com> Date: Wed, 1 Feb 2023 21:56:45 +0300 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7669044..512e6b8 100644 --- a/README.md +++ b/README.md @@ -47,14 +47,18 @@ npm run init ~~~bash cp .env.example .env ~~~ +5. Create key for app +~~~bash +php artisan key:generate +~~~ -5. Start the server +6. Start the server ~~~bash npm run dev ~~~ -6. Build the server +7. Build the server ~~~bash npm run build