mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Indicate command line
This commit is contained in:
parent
23320bc72f
commit
1127182b6f
1 changed files with 3 additions and 3 deletions
|
|
@ -12,8 +12,8 @@ You can manually download the latest release [here](https://hyperterm.org/#insta
|
|||
If you're on macOS, you can also use [Homebrew Cask](https://caskroom.github.io/) to download the app by running these commands:
|
||||
|
||||
```bash
|
||||
brew cask update
|
||||
brew cask install hyperterm
|
||||
$ brew cask update
|
||||
$ brew cask install hyperterm
|
||||
```
|
||||
|
||||
## Contribute
|
||||
|
|
@ -26,7 +26,7 @@ brew cask install hyperterm
|
|||
If you want to build the binaries for all specified platforms, run the command:
|
||||
|
||||
```bash
|
||||
npm run pack
|
||||
$ npm run pack
|
||||
```
|
||||
|
||||
After that, you'll see the binaries in the `./dist` folder!
|
||||
|
|
|
|||
Loading…
Reference in a new issue