From 2bf282286bca2bf71b27e372491581d3d557e6e3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tim=20=C3=9Cbelh=C3=B6r?= <tim.uebelhoer@rwth-aachen.de>
Date: Sun, 17 Dec 2017 01:55:28 +0100
Subject: [PATCH] Update README.md

---
 README.md | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index fdf103b..567fe20 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,6 @@
-Use the batch files to generate the code.
-For C# the nuget package Grpc.Tools must be installed. Also install the package Grpc for using the API.
+Using Cap'n'Proto as rpc framework.  It works via passing capabilites so we can easily extend the functionality from the client and server side.
 
-For C++ use ninja & cmake as described in https://github.com/grpc/grpc/blob/master/INSTALL.md : (Use VS Developer Command Prompt)
+Use the capnptool to generate the code: https://capnproto.org/capnp-tool.html
 
-For VS2017 replace: > call "%VS140COMNTOOLS%..\..\VC\vcvarsall.bat" x64 
-with: > call "%VS150COMNTOOLS%..\..\VC\Auxiliary\Build\vcvarsall.bat" x64
\ No newline at end of file
+As a design decision the frontend uses a native dll which encapsulates the framework.
+The capnproto does not compile with the /clr flag!
\ No newline at end of file
-- 
GitLab