Remove mention of openproject-plugins in README

Signed-off-by: Alex Coles <alex@alexbcoles.com>
pull/6827/head
Alex Coles 10 years ago
parent 74bb50f4c4
commit 2097eb844b
  1. 4
      README.md

@ -21,10 +21,8 @@ version greater or equal to 3.0.0.
Installation
------------
OpenProject Meeting depends on the OpenProject Plugins plugin. Thus, if you haven't done
it already, add the following line to the `Gemfile.plugins` to your OpenProject installation:
Add the following line to the `Gemfile.plugins` to your OpenProject installation:
`gem "openproject-plugins", :git => "https://github.com/opf/openproject-plugins.git", :branch => "stable"`
`gem "openproject-meeting", :git => "https://github.com/finnlabs/openproject-meeting.git", :branch => "stable"`
Afterwards, run:

Loading…
Cancel
Save