update c# readme with command to generate DLL

This commit is contained in:
wing328
2016-01-30 23:06:45 +08:00
parent f42f9acf35
commit 587615b656
2 changed files with 12 additions and 1 deletions

View File

@@ -11,4 +11,9 @@ NOTE: The DLLs included in the package may not be the latest version. We recommn
Install-Package RestSharp
Install-Package Newtonsoft.Json
```
## Installation
Run the following command to generate the DLL
- [Mac/Linux] compile-mono.sh
- [Windows] compile.bat
Then include the DLL (under the `bin` folder) in the C# project