aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2018-02-04 22:32:47 +0100
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2018-02-04 22:32:47 +0100
commiteb16854d70637007422b16c79a5112e60bb1c8c0 (patch)
treebb5efdf67cae047e335cd998459a8b7683bd3af3 /README.md
parent6d71c46eaf54e30631f13406008d8c9ea66101a1 (diff)
Move README and COPYING files where they belong.
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
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
+```