readme upd

This commit is contained in:
Luxferre
2026-07-04 10:10:38 +03:00
parent 0beaa27fe7
commit 5668f08a12
2 changed files with 2 additions and 1 deletions
+2 -1
View File
@@ -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
Executable → Regular
View File