From 80667b01a08a84f308b213c56e0504b22fa1ed4c Mon Sep 17 00:00:00 2001 From: RobinWagner Date: Thu, 19 Nov 2015 17:16:36 +0100 Subject: [PATCH] Update installation instructions in README [ci skip] --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 49ef9b007d..ccf3219540 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,9 @@ version greater or equal to 3.0.0. Installation ------------ -Add the following line to the `Gemfile.plugins` to your OpenProject installation (if you use a different OpenProject version than OpenProject 4.1, adapt `:branch => "stable/4.1"` to your OpenProject version): +Add the following line to the `Gemfile.plugins` to your OpenProject installation (if you use a different OpenProject version than OpenProject 5, adapt `:branch => "stable/5"` to your OpenProject version): -`gem "openproject-meeting", :git => "https://github.com/finnlabs/openproject-meeting.git", :branch => "stable/4.1"` +`gem "openproject-meeting", :git => "https://github.com/finnlabs/openproject-meeting.git", :branch => "stable/5"` Afterwards, run: @@ -38,7 +38,7 @@ Deinstallation Remove the line -`gem "openproject-meeting", :git => "https://github.com/finnlabs/openproject-meeting.git", :branch => "stable/4.1"` +`gem "openproject-meeting", :git => "https://github.com/finnlabs/openproject-meeting.git", :branch => "stable/5"` from the file `Gemfile.plugins` and run: @@ -72,7 +72,7 @@ Special thanks go to License ------- -(c) 2011 - 2014 - the OpenProject Foundation (OPF) +(c) 2011 - 2015 - OpenProject Foundation (OPF) This plugin is licensed under the GNU GPL v3. See doc/COPYRIGHT.md and doc/GPL.txt for details.