Merge changes I90e69a6c,If5dab092,Ie91670df

* changes:
  docs: we now depend on libnetconf2-cpp
  docs: link to a better dashboard
  docs: try to be less scary about external services
diff --git a/README.md b/README.md
index 19afa58..ce08934 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@
 * [Boost](https://www.boost.org/) (we're testing with `1.75`)
 * [cmake](https://cmake.org/download/) for managing the build
 * [libyang](https://github.com/CESNET/libyang) **version 2.0** plus the [C++ bindings](https://github.com/CESNET/libyang-cpp)
-* [libnetconf2](https://github.com/CESNET/libnetconf2) **version 2.1** for connecting to NETCONF servers
+* [libnetconf2](https://github.com/CESNET/libnetconf2) **version 2.1** plus the [C++ bindings](https://github.com/CESNET/libnetconf2-cpp) for connecting to NETCONF servers
 * [replxx](https://github.com/AmokHuginnsson/replxx) which provides interactive line prompts
 * [docopt](https://github.com/docopt/docopt.cpp) for CLI option parsing
 * [pkg-config](https://www.freedesktop.org/wiki/Software/pkg-config/) for building
@@ -34,7 +34,9 @@
 
 ## Development
 
-We are using [Gerrit](https://gerrit.cesnet.cz/q/project:CzechLight%252Fnetconf-cli+status:open) for patch submission, code review and Continuous Integration (CI).
+We are using [Gerrit](https://gerrit.cesnet.cz/q/project:CzechLight%252Fnetconf-cli) for patch submission, code review and Continuous Integration (CI).
+A [quick introduction](https://gerrit.cesnet.cz/Documentation/intro-user.html) is recommended for first-time Gerrit users.
+Choose *CESNET - Sign in with GitHub* for login.
 Development roadmap and planning happens [over Taiga.io](https://tree.taiga.io/project/jktjkt-netconf-cli/kanban).
 
 ## Credits