From f3237c6aa8d6875933602117475dd1f95026b31e Mon Sep 17 00:00:00 2001 From: Oj Date: Thu, 8 Dec 2022 08:47:13 +0000 Subject: [PATCH] readme: add optional bundling as soon --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e4efb76..a79ed3f 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # Gluon -Library and self-contained ecosystem for making "desktop apps" from websites easily using Chromium and NodeJS. Uses system installed Chromium and NodeJS. ***VERY*** early and probably never finished/production ready. *Not* an Electron alternative, mostly. +Minimal library and self-contained ecosystem for making "desktop apps" from websites easily using Chromium and NodeJS. Uses system installed Chromium and NodeJS, with optional bundling (soon). ***VERY*** early and probably never finished/production ready. *Not* an Electron alternative, mostly.
## Ecosystem - [Gluon](gluon): the Gluon library -- [Glugun](glugun): builds Gluon apps into releasable builds with optional bundling +- [Glugun](glugun): builds Gluon apps into releasable builds with optional bundling (soon) ### Apps - [Glucord](glucord): minimal Discord client loading official webapp (demo/example)