aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c5c5592..1ff5af4 100644
--- a/README.md
+++ b/README.md
@@ -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>