Add scoop installation

This commit is contained in:
pekochan069
2025-02-14 20:57:31 +09:00
committed by Christoffer Lerno
parent 0dd1a93d0d
commit be00fdb253

View File

@@ -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: