From 5668f08a1295f71c8e9d434dada38bb1c1fa9da4 Mon Sep 17 00:00:00 2001 From: Luxferre Date: Sat, 4 Jul 2026 10:10:38 +0300 Subject: [PATCH] readme upd --- README.md | 3 ++- test.clx | 0 2 files changed, 2 insertions(+), 1 deletion(-) mode change 100755 => 100644 test.clx diff --git a/README.md b/README.md index d84fa19..2703ef8 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,8 @@ To run programs directly, pass the path to the `.clx` files as arguments: The Go implementation supports reading an optional ZIP archive appended directly to the end of the `clyx` binary. This allows you to package your Clyx source code into a single executable file. -To package your program: +To package your program, use the bundled `clyxc` utility, or: + 1. Create a ZIP archive containing all your `.clx` source files. 2. Append the ZIP archive to the compiled `clyx` binary: ```sh diff --git a/test.clx b/test.clx old mode 100755 new mode 100644