X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/blobdiff_plain/5cef16d22cb6f2ba686f0de7401efbfacd11d64e..58997564aa91c642d8096cf9f37266b4ea2f8d43:/programs/dub.json?ds=sidebyside diff --git a/programs/dub.json b/programs/dub.json index baad8ef..c75ecc1 100644 --- a/programs/dub.json +++ b/programs/dub.json @@ -3,8 +3,8 @@ "files": [ { "path": "$HOME/.dub", - "movable": false, - "help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/dlang/dub/issues/341\n" + "movable": true, + "help": "Export the following environment variable:\n\n```bash\nexport DUB_HOME=\"$XDG_DATA_HOME/dub\"\n```\n\nNote that this directory is used for **both** user data and configuration files.\n" } ] }