Add note for branch rename for tap repository

This commit is contained in:
Yuta Saito 2023-01-10 19:22:07 +09:00 committed by GitHub
parent 74b8ca6e1d
commit 254a0e03d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -36,6 +36,10 @@ installed and then run:
brew install swiftwasm/tap/carton
```
> **Note**
> If you can't install the latest carton via `brew upgrade swiftwasm/tap/carton`, please try `rm -rf $(brew --prefix)/Library/Taps/swiftwasm/homebrew-tap/ && brew tap swiftwasm/tap` and retry again. The `master` branch was renamed to `main`, so you need to update your local tap repo.
`carton` is also available as a Docker image for Linux. You can pull it with this command:
```