Citril 0.5.0  -  Windows
========================

Citril is a small, readable scripting language.
Website: https://citril.dev   Docs: https://citril.dev/docs


INSTALL
-------
Double-click:   citril-setup.exe      ->   choose  [1] Install

That's it. The installer copies Citril into your user profile, adds it to your
PATH, and installs the VS Code extension if VS Code is present. No administrator
rights are needed, and nothing is written outside your user profile.

(Windows may show a SmartScreen warning for an unsigned installer -- click
"More info" -> "Run anyway".)

Then open a NEW terminal and run:

    citril --version
    citril --help

Create a file  hello.citril  containing:

    print("Hello, Citril!")

and run it:

    citril hello.citril


UNINSTALL
---------
Run  citril-setup.exe  again and choose  [2] Uninstall
(or from a terminal:  citril-setup.exe /uninstall)


Citril is (c) 2026 Connor Rutberg, MIT licensed.
