Merge pull request #97 from finnlabs/Update-README

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

@ -21,9 +21,9 @@ version greater or equal to 3.0.0.
Installation Installation
------------ ------------
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): 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-meeting", :git => "https://github.com/finnlabs/openproject-meeting.git", :branch => "stable/4.1"` `gem "openproject-meeting", :git => "https://github.com/finnlabs/openproject-meeting.git", :branch => "stable/5"`
Afterwards, run: Afterwards, run:
@ -38,7 +38,7 @@ Deinstallation
Remove the line Remove the line
`gem "openproject-meeting", :git => "https://github.com/finnlabs/openproject-meeting.git", :branch => "stable/4.1"` `gem "openproject-meeting", :git => "https://github.com/finnlabs/openproject-meeting.git", :branch => "stable/5"`
from the file `Gemfile.plugins` and run: from the file `Gemfile.plugins` and run:
@ -72,7 +72,7 @@ Special thanks go to
License License
------- -------
(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.md and This plugin is licensed under the GNU GPL v3. See doc/COPYRIGHT.md and
doc/GPL.txt for details. doc/GPL.txt for details.

Loading…
Cancel
Save