From 933e5032f6bc00803377fa23aa8f9759bd535209 Mon Sep 17 00:00:00 2001 From: Private Maker Date: Thu, 21 Sep 2023 14:16:10 +0000 Subject: [PATCH] adjust README build instructions #5478 Signed-off-by: Private Maker --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index eacd48235..a2db0cab0 100644 --- a/README.md +++ b/README.md @@ -47,19 +47,17 @@ If you find bugs or have problems with the CalDAV-Backend, you should ask the te ## Build the app -General build instructions for the app itself are the same for all options. - To build you will need to have [Node.js](https://nodejs.org/en/) and [Composer](https://getcomposer.org/) installed. -- Install PHP dependencies: `composer install --no-dev` +- Install PHP dependencies: `composer install` - Install JS dependencies: `npm ci` - Build JavaScript for the frontend - - Development build `npm run dev` - - Watch for changes `npm run watch` - - Production build `npm run build` + - `npm run dev` development build + - `npm run watch` watch for changes + - `npm run build` production build -Read more about [necessary prerequisites](https://docs.nextcloud.com/server/latest/admin_manual/installation/source_installation.html#prerequisites-for-manual-installation) for manual installs +Read more about [necessary prerequisites](https://docs.nextcloud.com/server/latest/admin_manual/installation/source_installation.html#prerequisites-for-manual-installation) for manual installs. ## Running tests