From d2e302dcc7a90ea3cd26070980315a31893a4372 Mon Sep 17 00:00:00 2001 From: Axel <1597611+axeloz@users.noreply.github.com> Date: Sun, 19 Dec 2021 22:10:38 +0100 Subject: [PATCH] Fixing README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5888a4e..609ca04 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ I rewrote a couple of things today to make sure the script still works. * install Perl dependencies * install PHP composer dependencies: `cd ./web && composer install` * install Javascript dependencies: `cd ./web && npm install` - * compile the Javascript sources: `cd ./web && npx mix production` + * compile the Javascript sources: `cd ./web && npx mix --production` * create a Database and import the schema from `sql/create.sql` * create your own `.env` file: `cp .env.example .env` and adapt it to your needs * create a webserver vhost with document root to the `web` directory