From 71df4da3c2a334337a1a024cf33a0292bbd9ed3f Mon Sep 17 00:00:00 2001 From: James Wheare Date: Tue, 23 Jul 2019 09:47:18 +0100 Subject: [PATCH] Update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9250bb2..30d107e 100644 --- a/README.md +++ b/README.md @@ -24,14 +24,14 @@ Status](https://travis-ci.org/irccloud/irccloud-desktop.svg?branch=master)](http IRCCloud Desktop is built on the Electron app framework, as used by GitHub's Atom editor. For more information, check out the [Electron -documentation](http://electron.atom.io/docs/v0.37.8/). +documentation](https://electronjs.org/docs). Build and packaging is handled by the excellent [electron-builder](https://www.electron.build/) project. ### Build Requirements + * Node JS version >= 8.12.0 * yarn (recommended) or NPM (should also work fine) -On Linux, you also need the `icnsutils`, and -`xz-utils` packages. +On Linux, you also need the `libopenjp2-tools` package. ### Running