diff options
| author | Nicolas Dato <nicolas.dato@gmail.com> | 2025-07-22 14:52:43 -0300 |
|---|---|---|
| committer | Nicolas Dato <nicolas.dato@gmail.com> | 2025-07-22 14:52:43 -0300 |
| commit | 165c1fd026c6e3ba894658234fbed8fbe1e5847a (patch) | |
| tree | 18a0b4c97b0aed40005ea1088c0fdfba313e3852 | |
| parent | 49992fa170e5bc4a0702e4d73d7fc83cfc39c423 (diff) | |
| download | libtuberia-165c1fd026c6e3ba894658234fbed8fbe1e5847a.tar.gz | |
fix code in README.md that wasn't displaying propperly
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -91,7 +91,7 @@ See `examples/simple.c` Compile with: `gcc -o simple simple.c -ltuberia -lpthread` -Or with: ``gcc -o simple simple.c `pkg-config --cflags --libs --static tuberia``` +Or with: `gcc -o simple simple.c $(pkg-config --cflags --libs --static tuberia)` ```C #include <stdio.h> |