Change default install location

This commit is contained in:
dogeystamp 2021-08-24 15:27:54 -04:00
parent 432fcf4308
commit 9f36c4c9c6
No known key found for this signature in database
GPG Key ID: 4B11A996ADE99001
2 changed files with 7 additions and 2 deletions

View File

@ -1,4 +1,4 @@
PREFIX = /usr/local
PREFIX = ~/.local
VERSION = 0.1
# CC = cc

7
README
View File

@ -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