From: b3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com> Date: Wed, 10 Jan 2024 09:11:19 +0000 (+0100) Subject: Merge pull request #345 from flexagoon/patch-1 X-Git-Tag: v0.2.0.2~3 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/c9f7b9d48cfdae8d7ec6f913b549da4b634efd75?hp=ff5ea3a9dc4842a6a63b899447a634ae28afca6e Merge pull request #345 from flexagoon/patch-1 Update instructions for flyctl --- diff --git a/programs/flyctl.json b/programs/flyctl.json index 95a2249..0643a70 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" } ] }