diff options
Diffstat (limited to 'extra/sample_plugin/README')
-rw-r--r-- | extra/sample_plugin/README | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/extra/sample_plugin/README b/extra/sample_plugin/README index d576ecfbf..5fe8a2a31 100644 --- a/extra/sample_plugin/README +++ b/extra/sample_plugin/README @@ -4,10 +4,11 @@ This is a sample plugin for Redmine == Installation -1. Copy the plugin directory into the vendor/plugins directory +1. Copy the plugin directory into the "plugins" directory at the root + of your Redmine directory -2. Migrate plugin: - rake db:migrate_plugins +2. Migrate and copy plugin assets: + rake redmine:plugins 3. Start Redmine |