update readme

This commit is contained in:
sam 2024-08-12 07:44:49 +12:00
parent 5eeeb00f9e
commit d06e3c74a4

View file

@ -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.