From eb16854d70637007422b16c79a5112e60bb1c8c0 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sun, 4 Feb 2018 22:32:47 +0100 Subject: Move README and COPYING files where they belong. --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..0b1f71a --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# About + +This project demonstrates how to build a gRPC service with F# on .NET +Core 2.0. + +# How to Build + +```sh +dotnet build +``` + +# How to Run + +```sh +dotnet HelloApp/bin/Debug/netcoreapp2.0/HelloApp.dll +``` -- cgit v1.2.3