From 1596932c51d0f18f5591f25ffde73f6bf0b35ca2 Mon Sep 17 00:00:00 2001
From: Artem Anufrij
Date: Mon, 23 Apr 2018 20:16:43 +0200
Subject: [PATCH 1/2] Update README.md
---
README.md | 32 +++++++++++++++++++++++++++++++-
1 file changed, 31 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index baf348d..4a0812e 100644
--- a/README.md
+++ b/README.md
@@ -17,5 +17,35 @@
Pin your any favourite website on Applications Menu or Plank like a regular desktop app
-
![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
From d24ad92f3c21256d2c0b4c6f85e67b3f47ee9c0e Mon Sep 17 00:00:00 2001
From: Artem Anufrij
Date: Mon, 23 Apr 2018 20:18:43 +0200
Subject: [PATCH 2/2] Update README.md
---
README.md | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 4a0812e..fb62b0c 100644
--- a/README.md
+++ b/README.md
@@ -14,10 +14,12 @@
+
+ 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)
## Install from Github.