From c39d4534f7eb5a3bef2d54b5373859e1b20ad69e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lionel=20Lask=C3=A9?= Date: Sat, 4 May 2024 22:20:27 +0200 Subject: [PATCH] Update CLI documentation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 99263baae..826de9a85 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ The Sugarizer desktop application has four possible arguments: * `--sdebug` to open Sugarizer with the debug console * `--logoff` to logoff the previous user if one is connected (unsynchronized content will be lost) * `--init` to remove all existing Journal and settings (all will be lost) +* `--launch ` to open Sugarizer with a specific activity (e.g. `--launch org.olpcfrance.Abecedarium`). If no user is created/connected, it will be asked to create/connect one first. 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: