Skip to content

Commit

Permalink
Use XDG (i.e. ~/.local/bin) instead of the Cargo home directory in …
Browse files Browse the repository at this point in the history
…the installer
  • Loading branch information
zanieb committed Nov 19, 2024
1 parent 893569c commit 493933e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -303,4 +303,4 @@ github-custom-job-permissions = { "build-docker" = { packages = "write", content
# Whether to install an updater program
install-updater = false
# Path that installers should place binaries in
install-path = "CARGO_HOME"
install-path = ["$XDG_BIN_HOME/", "$XDG_DATA_HOME/../bin", "~/.local/bin"]

0 comments on commit 493933e

Please sign in to comment.