From 53c848ccfcd99871b4c4544f9557c5f65dc24a0f Mon Sep 17 00:00:00 2001 From: louie Date: Sun, 25 Jul 2021 20:14:39 -0700 Subject: Updated README --- docs/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'docs/README.md') 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) -- cgit