summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlouie <lshprung@yahoo.com>2021-07-25 20:14:39 -0700
committerlouie <lshprung@yahoo.com>2021-07-25 20:14:39 -0700
commit53c848ccfcd99871b4c4544f9557c5f65dc24a0f (patch)
tree3537549190065fb107a0ebec54b77ac9da9e083c
parent2271ca8ff2d28203637f5801da48ea7478f4b43f (diff)
Updated README
-rw-r--r--Makefile1
-rw-r--r--docs/README.md10
2 files changed, 10 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 823f8fc..6a47ac4 100644
--- a/Makefile
+++ b/Makefile
@@ -72,7 +72,6 @@ uninstall:
rm -f $(DESTDIR)$(PREFIX)/share/man/man1/$(NAME).1.gz
rm -f $(DESTDIR)$(PREFIX)/share/man/man5/$(NAME)-config.5.gz
rm -f $(DESTDIR)$(PREFIX)/share/applications/$(NAME).desktop
- rm -f $(DESTDIR)$(PREFIX)/share/applications/$(NAME).desktop
rm -f $(DESTDIR)$(PREFIX)/share/icons/hicolor/scalable/apps/$(NAME).svg
update-desktop-database $(DESTDIR)$(PREFIX)/share/applications
diff --git a/docs/README.md b/docs/README.md
index 5e138ce..97b414a 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -29,6 +29,16 @@ To uninstall these files:
sudo make uninstall
```
+### Create Desktop Entry
+
+If tml is installed (see above), a Desktop Entry can be created on Linux by running:
+
+```
+sudo make desktop-entry
+```
+
+This will create a desktop entry at `/usr/local/share/applications/tml.desktop`.
+
## Screenshots
![screenshot 1](screenshot1.png)