From be7c37dfb985219b22c2392a1ecd13bc63eb752e Mon Sep 17 00:00:00 2001 From: Hassan Khan Date: Sun, 18 Feb 2024 07:35:46 +0000 Subject: [PATCH] Update instructions for Redis Insight --- programs/redisinsight.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/programs/redisinsight.json b/programs/redisinsight.json index a3092a3c..7826c7e5 100644 --- a/programs/redisinsight.json +++ b/programs/redisinsight.json @@ -1,12 +1,17 @@ { "files": [ + { + "path": "$HOME/.redisinsight-app", + "movable": true, + "help": "Export the following environment variables:\n\n```bash\nexport RI_APP_FOLDER_ABSOLUTE_PATH=\"$XDG_DATA_HOME\"/redisinsight-app\n```\n" + }, { "path": "$HOME/.redisinsight-v2", "movable": true, "help": "Export the following environment variables:\n\n```bash\nexport APP_FOLDER_ABSOLUTE_PATH=\"$XDG_DATA_HOME\"/redisinsight-v2\n```\n" }, { - "path": "$HOME/..redisinsight-preview", + "path": "$HOME/.redisinsight-preview", "movable": false, "help": "If you do not use the obsolete preview version then just remove the folder. Otherwise export the following environment variables and upgrade to the current version.:\n\n```bash\nexport APP_FOLDER_ABSOLUTE_PATH=\"$XDG_DATA_HOME\"/redisinsight-v2\n```\n" }