From 02f7ca01c62c34b775643ca1872338af06b5a9ba Mon Sep 17 00:00:00 2001 From: Louie S Date: Thu, 2 Mar 2023 21:36:07 -0800 Subject: configure flag to enable/disable desktop entry installation --- docs/README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'docs') diff --git a/docs/README.md b/docs/README.md index 804e977..8ebcbd3 100644 --- a/docs/README.md +++ b/docs/README.md @@ -55,17 +55,15 @@ make uninstall By default, the program and related files are installed with prefix `/usr/local`, but this prefix can be changed with `./configure --prefix=PREFIX` flag (i.e., `./configure --prefix=$HOME/.local` - +Setting this flag will install a desktop entry alongside the program when following the installation instructions above ## Screenshots -- cgit