diff --git a/README.md b/README.md index 89a12418..ce4f0650 100644 --- a/README.md +++ b/README.md @@ -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!