From 5f86aed17d26d83330bba76ff047d1efc332a1d0 Mon Sep 17 00:00:00 2001 From: Andrew Wood Date: Mon, 2 Dec 2024 18:03:10 +0000 Subject: [PATCH] Adjust the "configure" instructions. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f4e0314..368cc97 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ See "[docs/INSTALL](./docs/INSTALL)" for more about the _configure_ script. The typical process for a system-wide install is: - sh ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc + sh ./configure --prefix=/usr make sudo make install