diff --git a/README.rdoc b/README.rdoc index 0623ce5..339b686 100644 --- a/README.rdoc +++ b/README.rdoc @@ -37,16 +37,16 @@ https://github.com/anteo/redmine_custom_workflows/wiki From a ZIP file: * Download the latest version of the plugin -* Unzip to */plugins* (Redmine 2.x) or */vendor/plugins* (Redmine 1.x) folder of Redmine +* Unzip to */plugins* From a GIT repository: -* Clone repository with git clone git://git.academ.org/redmine_custom_workflows.git plugins/redmine_custom_workflows command +* Clone repository with git clone https://github.com/anteo/redmine_custom_workflows.git plugins/redmine_custom_workflows command After download: -* Run rake redmine:plugins:migrate (Redmine 2.x) or rake db:migrate:plugins (Redmine 1.x). -* Restart Redmine. +* Run rake redmine:plugins:migrate +* Restart Redmine == Configuration