Update homepage

2026-03-08 20:49:18 +00:00
parent 3603808586
commit d8b71f0d2f

@@ -4,7 +4,7 @@ The Wizard's Apprentice Standard Library (`wapp` for short) is a collection of C
## Building
The library is mainly developed on Linux/macOS, so it uses `make` for building the code. However, it mostly uses it as a task runner rather than a full fledged build system.
The library is mainly developed on Linux/macOS, so it uses `make` for building the code. However, it mostly uses it as a task runner rather than a full fledged build system. It also is designed to work without even needing a build system so it can be added to a codebase and used as is.
Clone the repo to your computer.