Merge pull request #74 from finnlabs/Update-installation_instructions

Update installation instructions in README
pull/6827/head
RobinWagner 9 years ago
commit a8cccdf762
  1. 9
      README.md

@ -9,13 +9,12 @@ Requirements
The My Project Page plugin currently requires the OpenProject Core in version 3.0.0 or newer.
Installation
------------
To install the My Project Page plugin, 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):
To install the My Project Page plugin, 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-my_project_page", :git => "https://github.com/finnlabs/openproject-my_project_page.git", :branch => "stable/4.1"`
`gem "openproject-my_project_page", :git => "https://github.com/finnlabs/openproject-my_project_page.git", :branch => "stable/5"`
Afterwards, run:
@ -30,7 +29,7 @@ Deinstallation
Remove the line
`gem "openproject-my_project_page", :git => "https://github.com/finnlabs/openproject-my_project_page.git", :branch => "stable/4.1"`
`gem "openproject-my_project_page", :git => "https://github.com/finnlabs/openproject-my_project_page.git", :branch => "stable/5"`
from the file `Gemfile.plugins` and run:
@ -56,7 +55,7 @@ To contribute, you can create pull request on the official repository at
Licence
-------
(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.rdoc and
doc/GPL.txt for details.

Loading…
Cancel
Save