From 19bd8dd62aca4f256616b129177aef277d87728e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 20 Dec 2022 08:12:49 -0500 Subject: Fix pkg-config command in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1