Indicate command line

This commit is contained in:
Leo Lamprecht 2016-07-29 10:08:10 +02:00 committed by GitHub
parent 23320bc72f
commit 1127182b6f

View file

@ -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: If you're on macOS, you can also use [Homebrew Cask](https://caskroom.github.io/) to download the app by running these commands:
```bash ```bash
brew cask update $ brew cask update
brew cask install hyperterm $ brew cask install hyperterm
``` ```
## Contribute ## Contribute
@ -26,7 +26,7 @@ brew cask install hyperterm
If you want to build the binaries for all specified platforms, run the command: If you want to build the binaries for all specified platforms, run the command:
```bash ```bash
npm run pack $ npm run pack
``` ```
After that, you'll see the binaries in the `./dist` folder! After that, you'll see the binaries in the `./dist` folder!