From 803b40b156892c65f80e58f842c66803ffe876bf Mon Sep 17 00:00:00 2001 From: Patrizio Bekerle Date: Sat, 20 May 2017 15:29:06 +0200 Subject: [PATCH] added some information --- selected-markdown-to-jira/info.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." }