--- a/README.md Mon Feb 03 12:28:21 2014 +0100
+++ b/README.md Mon Feb 03 15:29:01 2014 +0100
@@ -336,8 +336,11 @@
## Migration
The wikitag folder contains a migration in DoctrineMigrations/Version20140129151724.php. If your wikitag is anterior to V00.14, you need to to do this migration.
-This migration takes every tag label and searches the REAL dbpedia uri associated to this label.
+This migration takes every tag with a wikipedia padeID or URL, and searches the REAL dbpedia uri associated to this label.
Before, the dbpedia uri was manually generated by http://dbpedia.org/resource/ + english_label.
-Now we get the dbpedia uri by requesting http://LANG_CODE.dbpedia.org/sparql with the current label.
+Now we get the dbpedia uri by requesting http://LANG_CODE.dbpedia.org/sparql with the current wikipedia pageID or url.
-
+To run this migration, you have to copy the file Version20140129151724.php into app/DoctrineMigrations/ or the migration folder you set in your configuration. Then run the migration classicly with
+
+ php app/console doctrine:migrations:migrate
+