mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Change cask install to hyper (#809)
It looks like the cask package name has changed in the renaming ``` brew cask install hyperterm Error: No available Cask for hyperterm Error: nothing to install ```
This commit is contained in:
parent
c6b44d4a50
commit
f58b7855ec
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ If you're on macOS, you can also use [Homebrew Cask](https://caskroom.github.io/
|
|||
|
||||
```bash
|
||||
$ brew cask update
|
||||
$ brew cask install hyperterm
|
||||
$ brew cask install hyper
|
||||
```
|
||||
|
||||
## Contribute
|
||||
|
|
|
|||
Loading…
Reference in a new issue