diff --git a/README.md b/README.md index f9209e3..30fce13 100644 --- a/README.md +++ b/README.md @@ -17,12 +17,9 @@ Now point your browser to the [Glowing Bear](http://www.glowing-bear.org)! If yo You can run Glowing Bear in many ways: * like any other webpage + * 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) * 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 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 ## Screenshots diff --git a/index.html b/index.html index e0359d3..eb88f9f 100644 --- a/index.html +++ b/index.html @@ -220,20 +220,19 @@ chown -R username:username ~username
-

You don't need to install anything to use Glowing Bear, it works with any modern browser. Start using it right now at the top of the page! However, there are a few ways to improve integration with your operating system.

-

Mobile Applications

-

If you're running Android 4.4 or later, you can install our app from the Google Play Store! We can't distribute on iOS unfortunately, but if you're a developer, you can follow the sideloading instructions.

-

Android app on Google Play

+

You don't need to install anything to use Glowing Bear, it works with any modern browser. Start using it right now at the top of the page! However, there are a few ways to improve integration with your operating system.

Electron

Glowing Bear supports the electron shell. You'll have to build it yourself, though. Run the following commands, choosing your platform from the list in the last command:

git clone https://github.com/glowing-bear/glowing-bear
 cd glowing-bear
 npm install
 npm install electron-packager
 npm run build-electron-{windows, darwin, linux}
-

Firefox Browser

-

Firefox used to support apps, but this was removed from Firefox. There's nothing we can do about it. Sorry!

Chrome

To install Glowing Bear as an app in Chrome for Android, select Menu - Add to home screen. In the desktop version of Chrome, click Menu - More tools - Create application shortcuts.

+

Android App

+

We used to have an Android app, but discontinued it for lack of maintainers. You can still build it for yourself, see the app repository for instructions. Sorry!

+

Firefox Browser

+

Firefox used to support apps, but this was removed from Firefox. There's nothing we can do about it. Sorry!