From be00fdb253269565b5d9dadc53a9af0ac70bc714 Mon Sep 17 00:00:00 2001 From: pekochan069 <97679910+pekochan069@users.noreply.github.com> Date: Fri, 14 Feb 2025 20:57:31 +0900 Subject: [PATCH] Add scoop installation --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 4f3cd44e2..36f499638 100644 --- a/README.md +++ b/README.md @@ -275,6 +275,14 @@ A `c3c` executable will be found under `bin/`. 8. Set up CMake build for debug: `cmake ..` 9. Build: `cmake --build .` +#### Installing on Windows using Scoop + +c3c is included in 'Main' bucket. + +```sh +scoop install c3 +``` + #### Getting started with a "hello world" Create a `main.c3` file with: