aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/doc/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/csharp/doc/README.md')
-rw-r--r--src/csharp/doc/README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/csharp/doc/README.md b/src/csharp/doc/README.md
index 585500b5ca..46cce013a1 100644
--- a/src/csharp/doc/README.md
+++ b/src/csharp/doc/README.md
@@ -1,2 +1,9 @@
+DocFX-generated C# API Reference
+--------------------------------
-SandCastle project files to generate HTML reference documentation. \ No newline at end of file
+Install docfx based on instructions here: https://github.com/dotnet/docfx
+
+```
+# generate docfx documentation into ./html directory
+$ docfx
+```