From f5b7ed97d94117aa6c10b81127330baa9ce0384f Mon Sep 17 00:00:00 2001 From: Leo Lamprecht Date: Sun, 11 Sep 2016 01:26:32 +0200 Subject: [PATCH] Shorter explanation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e841c181..071d4ced 100644 --- a/README.md +++ b/README.md @@ -19,13 +19,13 @@ $ brew cask install hyperterm ## Contribute -1. If you are running Linux, install the required dependencies: `sudo apt-get install -y icnsutils graphicsmagick xz-utils` +1. If you are running Linux, install "icnsutils", "graphicsmagick" and "xz-utils" 2. [Fork](https://help.github.com/articles/fork-a-repo/) this repository to your own GitHub account and then [clone](https://help.github.com/articles/cloning-a-repository/) it to your local device 3. Install the dependencies: `npm install` 4. Build the code and watch for changes: `npm run dev` 5. In a new tab, start the application: `npm start` -To make sure that your code works in a **production** environment, build the binary for your platform by running the following: +To make sure that your code works in the finished application, you can generated the binaries like that: ```bash $ npm run pack