···11-# homebrew-tap
22-To install anything in here, first run:
33-```
44-brew tap spectralkh/tap
55-```
66-71# Casks
8299-### to
33+## to
104https://github.com/SpectralKH/to
115126Install by running:
137```
88+brew tap spectralkh/tap
149brew cask install to
1510```
16111717-### flutter
1212+## flutter
1813Install by running:
1914```
1515+brew tap spectralkh/tap
2016brew cask install flutter
1717+flutter upgrade
2118```
1919+**NOTE:** To update Flutter in the future, run `flutter upgrade`. This cask is intentionally not being updated, so that it won't interfere with Flutter's own version management.
22202323-Finally, to see if there are dependencies you need to install, run:
2121+To see if there are any dependencies you need to install:
2422```
2523flutter doctor
2624```