Updated readme to point to stable branches

pull/6827/head
Sebastian Schuster 11 years ago
parent 489fc82278
commit f81b1f53c7
  1. 4
      README.md

@ -15,7 +15,7 @@ Installation
To use the ReportingEngine, add the following line to your `Gemfile`:
`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"`
If you are running OpenProject, add the above line to the `Gemfile.plugins` in your OpenProject installation folder instead.
@ -29,7 +29,7 @@ Deinstallation
Remove the line
`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"`
from your `Gemfile` or the `Gemfile.plugins` in your OpenProject installation and run:

Loading…
Cancel
Save