From 9f36c4c9c6f68bb0fc17cc2db11cbc78ca57e546 Mon Sep 17 00:00:00 2001 From: DogeyStamp Date: Tue, 24 Aug 2021 15:27:54 -0400 Subject: [PATCH] Change default install location --- Makefile | 2 +- README | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6b3bdd6..dfdf148 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -PREFIX = /usr/local +PREFIX = ~/.local VERSION = 0.1 # CC = cc diff --git a/README b/README index 54379c4..ef9daad 100644 --- a/README +++ b/README @@ -18,10 +18,15 @@ You need libcurl and libxml2 to compile MinRSS. Installation ------------ -Run this command as root to build MinRSS: +Run this command to build MinRSS: make clean install +This will install the binary to ~/.local/bin. Make sure that this directory is +in your $PATH. + +If you need to change this, set the PREFIX variable in Makefile. + Configuration ------------- MinRSS is configured via the config.h file, which you can create by