summaryrefslogtreecommitdiff
path: root/docs/README.md
diff options
context:
space:
mode:
authorLouie S <louie@example.com>2023-03-02 21:36:07 -0800
committerLouie S <louie@example.com>2023-03-02 21:36:07 -0800
commit02f7ca01c62c34b775643ca1872338af06b5a9ba (patch)
tree0cc98f70ead4210e411645fa0f50c7c612457283 /docs/README.md
parente64d5d0c347c7c7155f414d8c2a7c766523ded9b (diff)
configure flag to enable/disable desktop entry installation
Diffstat (limited to 'docs/README.md')
-rw-r--r--docs/README.md8
1 files changed, 3 insertions, 5 deletions
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`
-<!--
### Create Desktop Entry
-If terminal-media-launcher is installed (see above), a Desktop Entry can be created on Linux by running:
+Installation of a desktop entry can be enabled by passing a flag to the configure script:
```
-sudo make desktop-entry
+./configure --enable-desktop-entry
```
-This will create a desktop entry at `/usr/local/share/applications/terminal-media-launcher.desktop`.
--->
+Setting this flag will install a desktop entry alongside the program when following the installation instructions above
## Screenshots