mirror of
https://github.com/sindresorhus/touch-bar-simulator
synced 2024-12-11 21:12:31 +00:00
Add Homebrew Cask install instructions (#12)
This commit is contained in:
parent
bacd5b2f38
commit
00a1e63405
1 changed files with 8 additions and 0 deletions
|
@ -15,6 +15,14 @@ Launch the Touch Bar simulator from anywhere without needing to have Xcode insta
|
|||
|
||||
[Download the latest release.](https://github.com/sindresorhus/touch-bar-simulator/releases/latest)
|
||||
|
||||
You can also use [Homebrew Cask](https://caskroom.github.io/) to download the app by running these commands:
|
||||
|
||||
```bash
|
||||
brew update
|
||||
brew cask install touch-bar-simulator
|
||||
```
|
||||
|
||||
|
||||
*Requires macOS 10.12.2 or later.*
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue