From 0c3b1cad198e0735459fdf07ffa60358989452b6 Mon Sep 17 00:00:00 2001 From: zhom <2717306+zhom@users.noreply.github.com> Date: Mon, 28 Jul 2025 06:07:20 +0400 Subject: [PATCH] docs: readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21b8874..ee4944c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Banderole -Create cross-platform single-executables for Node.js projects. +Create cross-platform single-executables for Node.js projects. Currently, only unix systems are supported. Banderole bundles your Node.js app, all dependencies, and a portable Node binary into a single executable. On first launch, it unpacks to a cache directory for fast subsequent executions.