From 9a42bd5ba1b45d100e4327fdca61bdcc73830110 Mon Sep 17 00:00:00 2001 From: Abdelrahman Date: Sun, 8 Mar 2026 22:02:28 +0000 Subject: [PATCH] Update homepage --- Home.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Home.md b/Home.md index 61060fa..28f71fd 100644 --- a/Home.md +++ b/Home.md @@ -107,3 +107,6 @@ src/ You can basically include the header file and use the source file and you would effectively be using that package. This also applies to the full library. If you include `wapp.h` and add `wapp.c` as part of your build step, you would be effectively using the whole library. This way, you don't even need to use any build systems. +## Packages + +To learn more about the different packages of the library, please refer to the [packages](Packages.md) section.