Merge branch 'develop'

This commit is contained in:
Stone_Red
2026-03-06 01:08:15 +01:00
+3 -1
View File
@@ -27,7 +27,9 @@ YesNt is intentionally minimal and is well suited for:
## Usage ## Usage
1. Download & install the latest release 1. Download & install the latest release
- GitHub: [releases](https://github.com/Stone-Red-Code/YesNt-Interpreter/releases) - Chocolatey (Windows): `choco install yesnt`
- Snapcraft (Linux): `snap install yesnt`
- GitHub (Windows/Linux): [releases](https://github.com/Stone-Red-Code/YesNt-Interpreter/releases)
2. Run a script with the interpreter CLI 2. Run a script with the interpreter CLI
- `yesnt script.ynt` runs a script - `yesnt script.ynt` runs a script
3. Or use the terminal code editor 3. Or use the terminal code editor