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