From a1bc22fbc9daee897df788e5e0e43839af7bfaad Mon Sep 17 00:00:00 2001 From: cratz Date: Mon, 24 Feb 2014 10:17:15 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 36ac65257a..87b2bb2b80 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,11 @@ OpenProject's `Gemfile.plugin`: Installation ------------ -OpenProject Backlogs depends on OpenProject Plugins. Thus, if you haven't done -it already, add the following line to the `Gemfile.plugins` to your OpenProject installation: +OpenProject Backlogs depends on OpenProject Plugins and on OpenProject PDF export Plugin. Thus, if you haven't done +it already, add the following lines to the `Gemfile.plugins` to your OpenProject installation: `gem "openproject-plugins", git: "https://github.com/opf/openproject-plugins.git", :branch => "dev"` +`gem "openproject-pdf_export", git: "https://github.com/finnlabs/openproject-pdf_export.git", :branch => "dev"` For OpenProject Backlogs itself you need to add the following line to the `Gemfile.plugins` of OpenProject: