Created
January 23, 2025 19:07
-
-
Save ekristen/db455b3d4a3b9e87f6e337dbb74de51c to your computer and use it in GitHub Desktop.
advanced dist config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# you can place this in like /etc/distillery.yaml for example | |
path: /usr/local/share/dist | |
bin_path: /usr/local/bin | |
cache_path: /var/cache/dist |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# either export DISTILLERY_CONFIG or pass the config | |
export DISTILLERY_CONFIG=/etc/distillery.yaml | |
dist install --config /etc/distillery.yaml dist |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment