From 3bff7ee94a19b2990b101706f3acb0bb6a52ccae Mon Sep 17 00:00:00 2001 From: Sebastian Schuster Date: Fri, 21 Mar 2014 17:54:52 +0100 Subject: [PATCH] Updated readme to point to stable branches --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 35e050cfe0..b8f731b75a 100644 --- a/README.md +++ b/README.md @@ -16,19 +16,19 @@ Installation OpenProject Reporting depends on OpenProject Plugins. Thus, if you haven't done it already, add the following line to the `Gemfile.plugins` in your OpenProject installation: -`gem "openproject-plugins", git: "https://github.com/opf/openproject-plugins.git", :branch => "dev"` +`gem "openproject-plugins", git: "https://github.com/opf/openproject-plugins.git", :branch => "stable"` Reporting also depends on the OpenProject Costs plugin. If you have not installed it yet, you can do so by adding the following line to the `Gemfile.plugins` in your OpenProject installation: -`gem "openproject-costs", git: "https://github.com/finnlabs/openproject-costs.git", :branch => "dev"` +`gem "openproject-costs", git: "https://github.com/finnlabs/openproject-costs.git", :branch => "stable"` Furthermore, OpenProject reporting depends on the ReportingEngine which should be installed by adding the following line to your `Gemfile.plugins` in your OpenProject installation folder: -`gem "reporting_engine", git: "https://github.com/finnlabs/reporting_engine.git", :branch => "dev"` +`gem "reporting_engine", git: "https://github.com/finnlabs/reporting_engine.git", :branch => "stable"` Finally, add the following line to your `Gemfile.plugins` in your OpenProject installation folder to use the Reporting plugin: -`gem "openproject-reporting", git: "https://github.com/finnlabs/openproject-reporting.git", :branch => "dev"` +`gem "openproject-reporting", git: "https://github.com/finnlabs/openproject-reporting.git", :branch => "stable"` Afterwards, run: @@ -40,8 +40,8 @@ Deinstallation Remove the lines -`gem "reporting_engine", git: "https://github.com/finnlabs/reporting_engine.git", :branch => "dev"` -`gem "openproject-reporting", git: "https://github.com/finnlabs/openproject-reporting.git", :branch => "dev"` +`gem "reporting_engine", git: "https://github.com/finnlabs/reporting_engine.git", :branch => "stable"` +`gem "openproject-reporting", git: "https://github.com/finnlabs/openproject-reporting.git", :branch => "stable"` from your `Gemfile.plugins` in your OpenProject installation folder and run: