Update readme

main
Kevin Li 2023-09-05 14:05:27 +08:00
parent e45a45bf6b
commit af7b0ee207
1 changed files with 4 additions and 4 deletions

View File

@ -33,14 +33,14 @@ PATH=PATH:/Users/用户名/.dotnet/tools
* Windows * Windows
``` ```
cd DofKcpDemo\ServerProtos cd upm_guru_dof_lib\Runtime\ServerProto
protogen messages.proto --csharp_out=..\Assets\Scripts\NetworkGen protogen messages.proto --csharp_out=..\NetworkGen
``` ```
* MacOS * MacOS
``` ```
cd DofKcpDemo/ServerProtos cd upm_guru_dof_lib/Runtime/ServerProto
~/.dotnet/tools/protogen messages.proto --csharp_out=../Assets/Scripts/NetworkGen ~/.dotnet/tools/protogen messages.proto --csharp_out=../NetworkGen
``` ```
## 安装和接入 ## 安装和接入