From 8244d00885fb4813367275c28b9ca0d67d0f8c15 Mon Sep 17 00:00:00 2001 From: Mistralys Date: Sat, 28 Dec 2019 15:57:09 +0100 Subject: [PATCH] Updated installation steps. --- readme.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index 63071a7..a20a85b 100644 --- a/readme.md +++ b/readme.md @@ -6,10 +6,14 @@ When you have a lot of scenes, you can chain them with actions. When you have finished your story, export the script to Ren'Py and enjoy your visual novel. ## Install -- composer update -- npm install && npm run dev -- php artisan migrate:refresh --seed -- login with admin@admin.com / admin +- `composer update` +- `npm install` +- `npm run dev` +- Check settings (see "Settings" below) +- `php artisan migrate:refresh --seed` +- `php artisan key:generate` +- Open website in browser from subfolder `public/` +- Login with `admin@admin.com` / `admin` ## Settings - folder public/stories must be writable