Change brew update to brew upgrade (#602)

This commit is contained in:
Alex Clay 2023-09-20 10:35:03 -04:00 committed by GitHub
parent 3ff4fc34c6
commit 954cac3bee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ Overall in our experiments we saw a 10% improvement in compressed size of the im
In order to try the new image format please upgrade Tart and try to pull any of [the Sonoma images](https://github.com/orgs/cirruslabs/packages?tab=packages&q=macos-sonoma):
```bash
brew update cirruslabs/cli/tart
brew upgrade cirruslabs/cli/tart
tart pull ghcr.io/cirruslabs/macos-sonoma-base:latest
```