Skip to content

Commit

Permalink
Update instructions for flyctl
Browse files Browse the repository at this point in the history
The PR that adds support for custom config directories got merged
  • Loading branch information
flexagoon authored Jan 10, 2024
1 parent ff5ea3a commit e8a4c81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions programs/flyctl.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}

0 comments on commit e8a4c81

Please sign in to comment.