aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-12-20 08:12:49 -0500
committerDavid Robillard <d@drobilla.net>2022-12-20 08:12:49 -0500
commit19bd8dd62aca4f256616b129177aef277d87728e (patch)
tree7899f3709a16093763e27c344be84710d59b9d55 /README.md
parent58045c2ef18cc7912cb712a7c806d5f28fde187a (diff)
downloadserd-19bd8dd62aca4f256616b129177aef277d87728e.tar.gz
serd-19bd8dd62aca4f256616b129177aef277d87728e.tar.bz2
serd-19bd8dd62aca4f256616b129177aef277d87728e.zip
Fix pkg-config command in README
Diffstat (limited to 'README.md')
-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>