From 8a9b7d59dfe63cbfb29824c6d229fe5128f20491 Mon Sep 17 00:00:00 2001 From: Issam Maghni Date: Tue, 19 Dec 2017 18:48:44 -0500 Subject: [PATCH] Shortening symlink (#164) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e90f331..dfef8e1 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ If you want pkgconf to be used when you invoke `pkg-config`, you should install symlink for this. We do not do this for you, as we believe it is better for vendors to make this determination themselves. - $ ln -sf /usr/bin/pkgconf /usr/bin/pkg-config + $ ln -sf pkgconf /usr/bin/pkg-config ## release tarballs