From 1127182b6fb9a54db6721618e2a6e27442fa5738 Mon Sep 17 00:00:00 2001 From: Leo Lamprecht Date: Fri, 29 Jul 2016 10:08:10 +0200 Subject: [PATCH] Indicate command line --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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!