From 9415ad435328f2134a25089d83decbd60487b2d2 Mon Sep 17 00:00:00 2001 From: Bekir Pehlivan <60673351+LobbyLobster@users.noreply.github.com> Date: Thu, 10 Jul 2025 15:36:29 +0300 Subject: [PATCH 1/2] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 5a5e189..6f1ef9c 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,7 @@ A comprehensive OAuth/OpenID Connect SSO plugin for Redmine that supports any OA 1. Copy the plugin to your Redmine plugins directory: ```bash - cd /path/to/redmine/plugins - git clone https://github.com/murich/bless-this-redmine-sso.git - cp -r bless_this_redmine_sso /path/to/redmine/plugins/ + git clone https://github.com/murich/bless-this-redmine-sso.git /path/to/redmine/plugins/bless-this-redmine-sso/ ``` 2. Install plugin dependencies (if any): From ecbbd3201e6c7e22cf9cb29315348e787a1b1b8e Mon Sep 17 00:00:00 2001 From: Bekir Pehlivan <60673351+LobbyLobster@users.noreply.github.com> Date: Thu, 10 Jul 2025 15:42:31 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f1ef9c..50a5cbc 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ A comprehensive OAuth/OpenID Connect SSO plugin for Redmine that supports any OA 1. Copy the plugin to your Redmine plugins directory: ```bash - git clone https://github.com/murich/bless-this-redmine-sso.git /path/to/redmine/plugins/bless-this-redmine-sso/ + git clone https://github.com/murich/bless-this-redmine-sso.git /path/to/redmine/plugins/bless_this_redmine_sso/ ``` 2. Install plugin dependencies (if any):