aboutsummaryrefslogtreecommitdiffstats
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 d1ce55db..d3ebbca6 100644
--- a/README.md
+++ b/README.md
@@ -68,7 +68,7 @@ pkg-config file are all suffixed with the major version number to allow for
parallel installation of several major versions (which distribution packages
should preserve). To build against serd, use the pkg-config package `serd-0`:
- pkg-config pkg-config --cflags --libs serd-0
+ pkg-config --cflags --libs serd-0
-- David Robillard <d@drobilla.net>