Update README.md
This commit is contained in:
parent
d1aebda200
commit
1596932c51
1 changed files with 31 additions and 1 deletions
32
README.md
32
README.md
|
@ -17,5 +17,35 @@
|
||||||
</p>
|
</p>
|
||||||
Pin your any favourite website on Applications Menu or Plank like a regular desktop app
|
Pin your any favourite website on Applications Menu or Plank like a regular desktop app
|
||||||
|
|
||||||
|
|
||||||
![Apps](Apps.png)
|
![Apps](Apps.png)
|
||||||
|
|
||||||
|
## 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
|
||||||
|
```
|
||||||
|
|
||||||
|
Create **build** folder, compile and start application
|
||||||
|
```
|
||||||
|
mkdir build
|
||||||
|
cd build
|
||||||
|
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
|
||||||
|
make
|
||||||
|
```
|
||||||
|
|
||||||
|
Install and start Webpin on your system
|
||||||
|
```
|
||||||
|
sudo make install
|
||||||
|
com.github.artemanufrij.webpin
|
||||||
|
|
Loading…
Reference in a new issue