diff options
Diffstat (limited to 'README.md')
-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> |