🌱 Link mint packages globally

This commit is contained in:
Ben Chatelain 2021-03-14 16:45:02 -07:00
parent 5c266a9e2a
commit 2d3d543f3d

View file

@ -21,7 +21,7 @@ main() {
# Set up mint cache to be relative to user HOME
export MINT_PATH=~/.mint/cache
mkdir -p $MINT_PATH
mint bootstrap --verbose
mint bootstrap --link --verbose
# Download and build project dependencies
carthage bootstrap --platform macOS --cache-builds