Closed derricw closed 4 years ago
This should fix issue #5.
We use the XDG default folders for config files ($HOME/.config/siggo) and data ($HOME/.local/share/siggo) unless overridden by $XDG_CONFIG_HOME or $XDG_DATA_HOME.
$HOME/.config/siggo
$HOME/.local/share/siggo
This should fix issue #5.
We use the XDG default folders for config files (
$HOME/.config/siggo
) and data ($HOME/.local/share/siggo
) unless overridden by $XDG_CONFIG_HOME or $XDG_DATA_HOME.