From a1193b8bfd29c62f22ff3ac5e83b74ac0990d225 Mon Sep 17 00:00:00 2001 From: Alexander Mendes Date: Thu, 31 Aug 2017 17:22:19 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c53d64..1ad47ef 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ source /home/pybossa/pybossa/env/bin/activate cd /home/pybossa/pybossa/plugins/pybossa-z3950 python setup.py install cd .. -ln -s pybossa-z3950/pybossa_z3950 pybossa_z3950 +cp -r pybossa-z3950/pybossa_z3950 pybossa_z3950 ``` The plugin will be available after you next restart the server.