sst / ion

❍ — a new engine for SST
https://ion.sst.dev
MIT License
1.11k stars 131 forks source link

Follow XDG spec for sst cli install location #370

Open arockett opened 2 months ago

arockett commented 2 months ago

Instead of saving the cli tool to ~/.sst/bin, use the XDG standard $HOME/.local/bin.

Even though the XDG Base Directory Specification does not specify an env var or default location for the "single base directory relative to which user-specific executable files may be written", the community dicussion seems to have settled on $XDG_BIN_HOME with default to $HOME/.local/bin and various OS projects and installers have adopted these values already.