mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Add instructions to install via Chocolatey (#1385)
* add install via chocolatey * remove the empty line
This commit is contained in:
parent
f8d5dcd060
commit
62c0f80493
1 changed files with 5 additions and 0 deletions
|
|
@ -19,6 +19,11 @@ brew update
|
|||
brew cask install hyper
|
||||
```
|
||||
|
||||
If you're on windows, you can use [chocolatey](https://chocolatey.org/) to install the app by running the following command (package information can be found [here](https://chocolatey.org/packages/hyper/)):
|
||||
```bash
|
||||
choco install hyper
|
||||
```
|
||||
|
||||
## Contribute
|
||||
|
||||
1. Install the dependencies
|
||||
|
|
|
|||
Loading…
Reference in a new issue