diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-02-26 16:37:48 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-02-26 16:37:48 +0000 |
commit | 0aebb69c4526e5cb4a692daada352c4cf76a8e5e (patch) | |
tree | c15c64f172599799d3c754e74155ffbf5b8e9533 /extra/sample_plugin | |
parent | d40bf201310e5f2bbb0c7a2a3e33b4957708c495 (diff) | |
download | redmine-0aebb69c4526e5cb4a692daada352c4cf76a8e5e.tar.gz redmine-0aebb69c4526e5cb4a692daada352c4cf76a8e5e.zip |
Updates sample plugin README.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2530 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'extra/sample_plugin')
-rw-r--r-- | extra/sample_plugin/README | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/extra/sample_plugin/README b/extra/sample_plugin/README index fe3fac736..d576ecfbf 100644 --- a/extra/sample_plugin/README +++ b/extra/sample_plugin/README @@ -4,13 +4,6 @@ This is a sample plugin for Redmine == Installation -=== Adding plugin support to Redmine - -To add plugin support to Redmine, install engines plugin: - See: http://rails-engines.org/ - -=== Plugin installation - 1. Copy the plugin directory into the vendor/plugins directory 2. Migrate plugin: @@ -18,4 +11,4 @@ To add plugin support to Redmine, install engines plugin: 3. Start Redmine -Installed plugins are listed on 'Admin -> Information' screen. +Installed plugins are listed and can be configured from 'Admin -> Plugins' screen. |