Pin your any favourite website on Applications Menu or Plank like a regular desktop app
## Install from Github. As first you need elementary SDK ``` sudo apt install elementary-sdk ``` Install dependencies ``` sudo apt install libwebkit2gtk-4.0-dev ``` Clone repository and change directory ``` git clone https://github.com/artemanufrij/webpin.git cd webpin ``` Compile, install and start Melody on your system ``` meson build --prefix=/usr cd build sudo ninja install com.github.artemanufrij.webpin ```