From 16b27c40025662aaddae50a1a47029ec7e369dd8 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Tue, 23 Dec 2025 16:32:50 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 451a254..8a0f988 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,8 @@ Stormfetch is still in beta, so distro compatibility is limited. If you would li ``` make SYSCONFDIR=/etc ``` -- Run the following command to install stormfetch into your system. You may also append a DESTDIR variable at the end of this line if you wish to install in a different location +- Run the following command to install stormfetch into your system. You may also append a DESTDIR variable at the end of this line if you wish to install in a different root directory ``` -make install PREFIX=/usr SYSCONFDIR=/etc +make install +make install-config SYSCONFDIR=/etc ```