Update README.md

This commit is contained in:
2026-03-22 18:03:12 -06:00
parent 528bc1be87
commit 1d3b12bf2f

View File

@@ -4,6 +4,14 @@ Pallet is a project manager and build system for C inspired by Rust's Cargo.
This is a toy project not meant to be taken very seriously.
## Requirements for Use
[GCC](https://en.wikipedia.org/wiki/GNU_Compiler_Collection) is required as it is currently the back-end tool used to compile the C code.
This tool calls `gcc` internally, so without it, it would fail.
At some point I would like to update `Pallet.toml` to instead allow more configuring of how the build should be performed.
## Usage
- `pallet new <project>`: initializes a new project at `project`