Skip to content

Commit

Permalink
Update instructions for Redis Insight
Browse files Browse the repository at this point in the history
  • Loading branch information
hassankhan committed Feb 22, 2024
1 parent 45802e9 commit be7c37d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion programs/redisinsight.json
Original file line number Diff line number Diff line change
@@ -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"
}
Expand Down

0 comments on commit be7c37d

Please sign in to comment.