mirror of
https://github.com/mas-cli/mas
synced 2024-11-24 20:43:10 +00:00
🌱 Link mint packages globally
This commit is contained in:
parent
5c266a9e2a
commit
2d3d543f3d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue