diff --git a/README.md b/README.md index eb1367e..0a34c92 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,11 @@ You can configure how many latest issues you want to see, and which side of the Installation ============ -1. Clone latest version of plugin from git, install it to plugins. git clone ssh://git@github.com/kgogolek/latest-issues-redmine-plugin.git latest_issues +1. Clone latest version of plugin from git, install it to plugins. git clone https://github.com/kgogolek/latest-issues-redmine-plugin.git latest_issues 2. Make sure your plugin folder name is *latest_issues* -3. Run the plugin migrations +rake db:migrate_plugins+ +3. Run the plugin migrations +rake db:migrate_plugins RAILS_ENV=production+ 4. Restart your Redmine web servers (e.g. mongrel, thin, mod_rails)