From e8a4c81a7b1b2e228d7038ccc25ebdd76d376865 Mon Sep 17 00:00:00 2001 From: Pavel Zolotarevskiy Date: Wed, 10 Jan 2024 08:05:21 +0000 Subject: [PATCH] Update instructions for flyctl The PR that adds support for custom config directories got merged --- programs/flyctl.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/programs/flyctl.json b/programs/flyctl.json index 95a22495..0643a70d 100644 --- a/programs/flyctl.json +++ b/programs/flyctl.json @@ -3,8 +3,8 @@ "files": [ { "path": "$HOME/.fly", - "movable": false, - "help": "Currently unsupported.\n\n_Merge Request_: https://github.com/superfly/flyctl/pull/2785\n" + "movable": true, + "help": "Export the following environment variables:\n\n```bash\nexport FLY_CONFIG_DIR=\"$XDG_STATE_HOME\"/fly\n```\n" } ] }