aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormakeworld <25111343+makeworld-the-better-one@users.noreply.github.com>2020-06-21 19:07:40 -0400
committerFelix Queißner <felix@ib-queissner.de>2020-06-22 09:30:48 +0200
commit18c3b9148618ef3e4c9f00804755f351e94fc0d1 (patch)
tree664053a74a272ce38949c1d57bb25d0f4eaa6e1a
parent4923f2e57b005d00057bb30b1599e8273ca23ba7 (diff)
downloadkristall-18c3b9148618ef3e4c9f00804755f351e94fc0d1.tar.gz
Update BUILDING.md
-rw-r--r--BUILDING.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/BUILDING.md b/BUILDING.md
index 7cb4cb8..c74ca9a 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -86,7 +86,8 @@ Use the `Makefile` to build `build/kristall` instead of the default target. Ther
The provided desktop file can be installed into the local system
```sh
-ln -s Kristall.desktop ~/.local/share/applications/kristall.desktop
+cp Kristall.desktop ~/.local/share/applications/kristall.desktop
+update-desktop-database ~/.local/share/applications
```
### Haiku
@@ -96,4 +97,4 @@ Link the `kristall` executable to your applications menu:
```sh
cd ~/config/settings/deskbar/menu/Applications/
ln -s /path/to/kristall .
-``` \ No newline at end of file
+```