aboutsummaryrefslogtreecommitdiff
path: root/HelloApp/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 /HelloApp/README.md
parent6d71c46eaf54e30631f13406008d8c9ea66101a1 (diff)
Move README and COPYING files where they belong.
Diffstat (limited to 'HelloApp/README.md')
-rw-r--r--HelloApp/README.md16
1 files changed, 0 insertions, 16 deletions
diff --git a/HelloApp/README.md b/HelloApp/README.md
deleted file mode 100644
index 0b1f71a..0000000
--- a/HelloApp/README.md
+++ /dev/null
@@ -1,16 +0,0 @@
-# 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
-```