From ea3cb68c70af7408d656101c38aa0d54d14d71f0 Mon Sep 17 00:00:00 2001 From: Haijie HJ2 Pan Date: Wed, 29 Sep 2021 14:54:31 +0800 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index bfa5270..ea44b19 100644 --- a/README.md +++ b/README.md @@ -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] ```