From 5f47b1b74c22ae3b6dbac25ea1f405618effa6fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20H=C3=BCbschle-Schneider?= Date: Thu, 7 Sep 2017 09:56:34 +0200 Subject: [PATCH] README: clarify electron build process not everyone is familiar with set notation, it would seem :) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b100cc..f9209e3 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ You can run Glowing Bear in many ways: * Chrome app ("Tools", then "Create application shortcuts") * Android Chrome app, a full-screen experience ("Add to homescreen"). * [Android app](https://play.google.com/store/apps/details?id=com.glowing_bear) that you can install from the Google Play Store - * Electron app, for Windows, Linux and MacOSX. ```npm install; npm install electron-packager; npm run build-electron-{windows, darwin, linux}``` + * Electron app for Windows, Linux and macOS. ```npm install; npm install electron-packager; npm run build-electron-{windows, darwin, linux}``` (choose your platform from the list, e.g. `build-electron-darwin` for macOS) Android app on Google Play