]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Update instructions for flyctl
authorPavel Zolotarevskiy <code@fxgn.dev>
Wed, 10 Jan 2024 08:05:21 +0000 (08:05 +0000)
committerGitHub <noreply@github.com>
Wed, 10 Jan 2024 08:05:21 +0000 (08:05 +0000)
The PR that adds support for custom config directories got merged

programs/flyctl.json

index 95a224950d752397e2758df08781f5acf6917bdd..0643a70de9abb91bb8f2b56fb6d6348e8ebfecfc 100644 (file)
@@ -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"
     }
   ]
 }