DOC update README
diff --git a/README.md b/README.md
index 7b05c78..d3520e7 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,9 @@
 This tool is currently under development and not intended for production use.
 However, we welcome your feedback provided via the [issue tracker](https://github.com/CESNET/Netopeer2GUI/issues).
 
-![Netopeer2GUI schema](./schema.svg)
+<img src="./schema.svg" width="50%"/><img src="./docs/screenshots/configuration.png" width="50%"/>
+
+Several screenshots can be found in the [`docs`](./docs/).
 
 # Features List
 
@@ -13,16 +15,16 @@
 - [x] manage YANG schemas stored in GUI to represent received data
   - [ ] interaction with user by asking unknown module used by the connected device
 - [x] display configuration and data of the connected device (data tree view)
-- [ ] edit configuration data of the device
+- [x] edit configuration data of the device
 - [ ] bulk configuration (set configuration of multiple device at once)
-- [ ] YANG explorer to display/browse YANG schema
+- [x] YANG explorer to display/browse YANG schema (currently just basic textual information)
 - [ ] receive NETCONF notifications and present them to user
 - [ ] accept NETCONF Call Home connections
-- [ ] plugin interface for schema=specific applications
+- [ ] plugin interface for schema-specific applications
 
 # Dependencies
 The application is created as a module to the [liberouter-gui](https://github.com/CESNET/liberouter-gui)
-framework, so to install it, follow the [liberouter-gui instructions](https://github.com/CESNET/liberouter-gui/wiki/Deploying-LiberouterGUI).
+framework, so to install it, follow the [liberouter-gui instructions](https://github.com/CESNET/liberouter-gui/wiki/Deploying-LiberouterGUI). When you decide to deploy production version, there is pre-built Netopeer2GUI as a [release package](https://github.com/CESNET/Netopeer2GUI/releases). To configure your web server, please follow the mentioned liberouter-gui instructions or have a look at [`*-release` vagrant image(s)](./vagrant/).
 
 The backend is a Flask server written in Python 3 and utilizing [libyang](https://github.com/CESNET/libyang)
 and [libnetconf2](https://github.com/CESNET/libnetconf2) Python bindings.