aboutsummaryrefslogtreecommitdiff
path: root/HelloApp/README.md
diff options
context:
space:
mode:
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
-```