From d06e3c74a4e2fe3b6e81d86c0ff822162c966b91 Mon Sep 17 00:00:00 2001 From: sam Date: Mon, 12 Aug 2024 07:44:49 +1200 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 674827b..b4609f1 100644 --- a/README.md +++ b/README.md @@ -11,4 +11,4 @@ This is a rewrite of gearlib to make it easier to use, as the previous version w 3. Run: `sudo make install` ## Usage -Compile your projects with ```-lgearlib```, for code examples check the examples directory. +Compile your projects with ```-lgearlib $(pkg-config --libs glfw3)```, for code examples check the examples directory.