diff --git a/README.md b/README.md
index f693fc8..be5c9d3 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,6 @@
# juCi++
###### a lightweight platform independent C++-IDE with support for C++11 and C++14.
+
## About
Current IDEs struggle with C++ support due to the complexity of
the programming language. juCI++, however, is designed especially
@@ -29,7 +30,11 @@ towards libclang with speed and ease of use in mind.
See [enhancements](https://github.com/cppit/jucipp/labels/enhancement) for planned features.
-## Dependencies ##
+## Screenshots
+
+
+
+## Dependencies
* boost-filesystem
* boost-log
* boost-thread
@@ -41,5 +46,5 @@ See [enhancements](https://github.com/cppit/jucipp/labels/enhancement) for plann
* [libclangmm](http://github.com/cppit/libclangmm/) (downloaded directly with git --recursive, no need to install)
* [tiny-process-library](http://github.com/eidheim/tiny-process-library/) (downloaded directly with git --recursive, no need to install)
-## Installation ##
+## Installation
See [installation guide](http://github.com/cppit/jucipp/blob/master/docs/install.md).
diff --git a/docs/images/screenshot1.png b/docs/images/screenshot1.png
new file mode 100644
index 0000000..f4fa662
Binary files /dev/null and b/docs/images/screenshot1.png differ
diff --git a/docs/images/screenshot2.png b/docs/images/screenshot2.png
new file mode 100644
index 0000000..f09e473
Binary files /dev/null and b/docs/images/screenshot2.png differ
diff --git a/docs/images/screenshot3.png b/docs/images/screenshot3.png
new file mode 100644
index 0000000..85131d6
Binary files /dev/null and b/docs/images/screenshot3.png differ