Updated readme

pull/6827/head
Sebastian Schuster 11 years ago
parent dd30f8d7e0
commit 411be2b153
  1. 10
      README.md

@ -12,7 +12,7 @@ Requirements
------------ ------------
The OpenProject Backlogs plug-in requires the [OpenProject Core](https://github.com/opf/openproject/) in The OpenProject Backlogs plug-in requires the [OpenProject Core](https://github.com/opf/openproject/) in
version greater or equal to *3.0.0pre37*. version greater or equal to *3.0.0*.
Tests for this plugin require `pdf-inspector`, so just add the following line to Tests for this plugin require `pdf-inspector`, so just add the following line to
OpenProject's `Gemfile.plugin`: OpenProject's `Gemfile.plugin`:
@ -26,13 +26,13 @@ Installation
OpenProject Backlogs depends on OpenProject Plugins and on OpenProject PDF export Plugin. Thus, if you haven't done 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: 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-plugins", git: "https://github.com/opf/openproject-plugins.git", :branch => "stable"`
`gem "openproject-pdf_export", git: "https://github.com/finnlabs/openproject-pdf_export.git", :branch => "dev"` `gem "openproject-pdf_export", git: "https://github.com/finnlabs/openproject-pdf_export.git", :branch => "stable"`
For OpenProject Backlogs itself you need to add the following line to the For OpenProject Backlogs itself you need to add the following line to the
`Gemfile.plugins` of OpenProject: `Gemfile.plugins` of OpenProject:
`gem "openproject-backlogs", git: "https://github.com/finnlabs/openproject-backlogs.git", :branch => "dev"` `gem "openproject-backlogs", git: "https://github.com/finnlabs/openproject-backlogs.git", :branch => "stable"`
Afterwards, run: Afterwards, run:
@ -48,7 +48,7 @@ Deinstallation
Remove the line Remove the line
`gem "openproject-backlogs", git: "https://github.com/finnlabs/openproject-backlogs.git"` `gem "openproject-backlogs", git: "https://github.com/finnlabs/openproject-backlogs.git"`, :branch => "stable"`
from the file `Gemfile.plugins` and run: from the file `Gemfile.plugins` and run:

Loading…
Cancel
Save