add simple README.md

This commit is contained in:
Shuduo Sang 2020-12-31 19:41:45 +08:00
parent b913caacd3
commit 980f5862c0
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
install build environment
===
yum/apt install mono-complete
build C# version taosdemo
===
mcs -out:taosdemo *.cs
run C# version taosdemo
===
mono taosdemo [OPTION..]