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.