You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+12-19
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Enjoy the experience and help us reach every child on every device in every coun
18
18
19
19
# Sugarizer Application
20
20
21
-
Sugarizer Application is a cross-platform application for installing on any GNU+Linux, Windows, Mac OS X, Android, iOS, or Chrome OS device.
21
+
Sugarizer Application is a cross-platform application for installing on any GNU+Linux, Windows, Mac OS X, Androidor iOS device.
22
22
23
23
To run **Sugarizer Application on Android**, download it on [Google Play](https://play.google.com/store/apps/details?id=org.olpc_france.sugarizer), [Amazon Store](http://www.amazon.com/gp/product/B00NKK7PZA) or [F-Droid](https://f-droid.org/repository/browse/?fdid=org.olpc_france.sugarizer).
24
24
@@ -36,15 +36,14 @@ To run **Sugarizer Application on iOS**, download it on [Apple Store](https://it
36
36
37
37

38
38
39
-
To run **Sugarizer Application on Windows 10**, download it on [Windows Store](https://www.microsoft.com/store/apps/9nblggh4r782). You could also build yourself the Sugarizer Windows Application using instructions below.
39
+
To run **Sugarizer Application on GNU Linux/Mac OS/Windows**, download it [here](https://sugarizer.org#desktop).
40
+
The Sugarizer desktop application has three possible arguments:
40
41
41
-

42
+
*`--window` to open Sugarizer in a window (instead of fullscreen)
43
+
*`--debug` to open Sugarizer with the debug console
44
+
*`--init` to remove all existing Journal and settings (all will be lost)
42
45
43
-
To run **Sugarizer Application as Chrome Web App**, download it from the [Chrome Web Store](https://chrome.google.com/webstore/detail/sugarizer/omfgclgehghdlloggibhgicnlldjiboo) or use the [Chrome Apps & Extensions Developer Tool](https://chrome.google.com/webstore/detail/chrome-apps-extensions-de/ohmmkhmmmpcnpikjeljgnaoabkaalbgc) and use the Sugarizer directory as the target for the unpacked application.
44
-
45
-

46
-
47
-
To run **Sugarizer Application on GNU Linux/Mac OS/Windows**, you could use [electron](https://github.com/electron/electron). So first install Node.js and npm on your computer. See [here](http://nodejs.org/) for more information. Then install electron and specific modules for Sugarizer by running:
46
+
If you're a developer you could also launch Sugarizer desktop application using [electron](https://github.com/electron/electron). First install Node.js and npm on your computer. See [here](http://nodejs.org/) for more information. Then install electron and specific modules for Sugarizer by running:
48
47
49
48
npm install
50
49
@@ -56,15 +55,9 @@ Or, for Mac OS/Windows, just:
56
55
57
56
npm start
58
57
59
-
The "start" command has three possible arguments:
60
-
61
-
* "--window" to open Sugarizer in a window (instead of fullscreen)
62
-
* "--debug" to open Sugarizer with the debug console
63
-
* "--init" to remove all existing Journal and settings (all will be lost)
58
+
You could use Sugarizer desktop arguments using "--" after start. For example:
64
59
65
-
For example if you want to combine two arguments:
66
-
67
-
npm start -- --debug --window
60
+
npm start -- --window
68
61
69
62
To run **Sugarizer Application from the Web Browser** (GNU Linux/Mac OS/Windows), you should launch it with a special option to enable access to local files.
70
63
@@ -75,7 +68,7 @@ For **Chrome**, close ALL running instances of Chrome and re-launch it using the
0 commit comments