diff --git a/selected-markdown-to-jira/info.json b/selected-markdown-to-jira/info.json
index bf9efe7..6fe06d7 100644
--- a/selected-markdown-to-jira/info.json
+++ b/selected-markdown-to-jira/info.json
@@ -5,5 +5,5 @@
"authors": ["@pbek"],
"version": "0.0.1",
"minAppVersion": "17.05.7",
- "description" : "With this script you can right click the selected text and convert it to Jira Code.\n\nDependencies\nNode.js\njira2md (installed via npm
)\n\nInstallation\nAfter you have installed Node.js you can install jira2md by typing:\nnpm install jira2md
"
+ "description" : "With this script you can right click the selected text and convert it to Jira Code.\n\nDependencies\nNode.js\njira2md (installed via npm
)\n\nInstallation\nAfter you have installed Node.js you can install jira2md by typing sudo npm install -g jira2md
.\nYou might also need to set your NODE_PATH
to the path where the module did get installed with for example export NODE_PATH=/usr/local/lib/node_modules
."
}