Add post installation command to update desktop database

Cristian Ferreyra 2022-07-15 21:07:35 -03:00
parent c1a74c8f55
commit 8e33c8c703

@ -13,4 +13,10 @@ make
## Installation
```sh
sudo make install
```
```
## Post installation
Reload desktop files for `dash://` and `dash-plugin://` URL handler support.
```sh
sudo update-desktop-database
```