aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarol Kosek <krkk@krkk.ct8.pl>2020-12-30 20:20:32 +0100
committerFelix Queißner <felix@ib-queissner.de>2020-12-30 20:31:57 +0100
commit7c3617adb92c05b23a44ca1829c81f9f4139d1a4 (patch)
tree24c9487c7be96114e67c43443aac2bb67446a2ce
parente06ad56d11ebb5f6799b0ea66dace29ed29612c7 (diff)
downloadkristall-7c3617adb92c05b23a44ca1829c81f9f4139d1a4.tar.gz
BUILDING.md: mention of adding custom mime types
-rw-r--r--BUILDING.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/BUILDING.md b/BUILDING.md
index 14aa998..bbbe569 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -140,10 +140,12 @@ Use QtCreator to build `./src/kristall.pro` with default settings.
### Unix / XDG
-The provided desktop file can be installed into the local system
+The provided desktop file and additional mime types (along with the text/gemini) can be installed into the local system
```sh
cp Kristall.desktop ~/.local/share/applications/kristall.desktop
+cp kristall-mime-info.xml ~/.local/share/mime/packages/kristall-mime-info.xml
update-desktop-database ~/.local/share/applications
+update-mime-database ~/.local/share/mime
```
### macOS