diff --git a/README.md b/README.md
index 7d34b4c..7150023 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
-
+
Kutegram
@@ -25,7 +25,11 @@
- [ ] Media uploading/downloading
## How to build
-* Install Qt SDK 1.1.2 or Qt SDK 1.2.1.
-* Open project file.
-* Compile project with needed settings.
+* Install Qt SDK 1.1.2 or Qt SDK 1.2.1
+* If you want to compile for desktop Windows, install [OpenSSL](https://slproweb.com/products/Win32OpenSSL.html) to C:\OpenSSL-Win32
+* If you want to build it for Symbian and test on a physical device, install CODA on your phone. You can find the SIS-installer in QtSDK\Symbian\sis\common\CODA
+* **_Recursively_** clone the repo: `git clone https://github.com/kutegram/client-quick.git --recursive`
+* Open project file - demo.pro
+* Go to src\library\ and copy apivalues.default.h as apivalues.h. Uncomment DC_IP, DC_PORT, DC_NUMBER, APP_ID, APP_HASH in apivalues.h and enter the values you got from https://my.telegram.org/apps
+* Compile project