Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Haijie HJ2 Pan committed Sep 29, 2021
1 parent b396500 commit ea3cb68
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ Supported types:

# How to generate protocol structures?

* Install Newtonsoft.Json dll to project and Build Generator.sln

```shell
pm> install-package newtonsoft.json
```

* Use Generator.exe in CMD to generator protocol structures.
```shell
Generator.exe -s [protocol_source_file_path] -o [output_folder_path]
```
Expand Down

0 comments on commit ea3cb68

Please sign in to comment.