diff options
| author | Felix (xq) Queißner <git@mq32.de> | 2020-06-22 20:28:17 +0200 |
|---|---|---|
| committer | Felix (xq) Queißner <git@mq32.de> | 2020-06-22 20:28:17 +0200 |
| commit | e9a0e392c6462712e6f02f3565b8a8cc1652952a (patch) | |
| tree | f843f23d3498d0fbe7be5530d59f20a6278514a3 | |
| parent | 67633631b04c40db0affaadcdcf68068ed4357f7 (diff) | |
| parent | 18c3b9148618ef3e4c9f00804755f351e94fc0d1 (diff) | |
| download | kristall-e9a0e392c6462712e6f02f3565b8a8cc1652952a.tar.gz | |
Merge branch 'master' of github.com:MasterQ32/kristall
| -rw-r--r-- | BUILDING.md | 5 |
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 +``` |
