diff --git a/Build-Instructions-for-Debian-Family.md b/Build-Instructions-for-Debian-Family.md index 592e215..796ba99 100644 --- a/Build-Instructions-for-Debian-Family.md +++ b/Build-Instructions-for-Debian-Family.md @@ -13,4 +13,10 @@ make ## Installation ```sh sudo make install -``` \ No newline at end of file +``` + +## Post installation +Reload desktop files for `dash://` and `dash-plugin://` URL handler support. +```sh +sudo update-desktop-database +```