readme upd
This commit is contained in:
@@ -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.
|
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.
|
1. Create a ZIP archive containing all your `.clx` source files.
|
||||||
2. Append the ZIP archive to the compiled `clyx` binary:
|
2. Append the ZIP archive to the compiled `clyx` binary:
|
||||||
```sh
|
```sh
|
||||||
|
|||||||
Reference in New Issue
Block a user