From 0870416505e14ad30f330bdbafb13a2925775305 Mon Sep 17 00:00:00 2001 From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com> Date: Fri, 6 Mar 2026 01:06:41 +0100 Subject: [PATCH] Add Chocolatey and Snapcraft install instructions to README usage section --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aa9b5e0..bfe8236 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,9 @@ YesNt is intentionally minimal and is well suited for: ## Usage 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 - `yesnt script.ynt` runs a script 3. Or use the terminal code editor