From d9a9a15aaea1b41cc5e60c121280ca1866971b59 Mon Sep 17 00:00:00 2001 From: Johan Kromhout Date: Wed, 30 Oct 2024 07:36:27 +0100 Subject: [PATCH] Branch of main with no changes. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b7cbca4f..d8ba7f693 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ You can then bootstrap the environment. It will ensure that a complete working O sh ../OpenConext-devconf/core/scripts/init.sh ``` -Then start the command line in the container with `docker compose exec -ti spdashboard bash`. This will start a shell +Then start the command line in the container with `docker compose exec -ti spdashboard bash`. This will start a shell. Run `composer install`. This will install all PHP dependencies, including the development dependencies. Run `yarn install`. This will install all js dependencies, including the development dependencies.