From fefbd4a8be9a2ab37be4a649191c253973d67d07 Mon Sep 17 00:00:00 2001 From: Martin Zurowietz Date: Thu, 27 Apr 2023 14:47:17 +0200 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b2afd5..bf69727 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Information on how to register your BIIGLE instance as a new relying party to Li ## Installation -1. Run `composer require biigle/auth-lslogin --prefer-source`. +1. Run `composer require biigle/auth-lslogin`. 2. Run `php artisan vendor:publish --tag=public` to refresh the public assets of the modules. Do this for every update of this module. 3. Configure your Life Science Login credentials in `config/services.php` like this: ```php