forked from loafle/openapi-generator-original
update c# readme with command to generate DLL
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user