diff --git a/Home.md b/Home.md index fdd3c5f..61060fa 100644 --- a/Home.md +++ b/Home.md @@ -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.