Skip to content

Commit 93a70d2

Browse files
committed
Update README.md
1 parent 9f1a00c commit 93a70d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ Major otb version & client versions can be specified in data/config.json:
7676

7777
## Instructions for generating proto files
7878

79-
1. clone [Protod](https://github.com/sysdream/Protod)
79+
1. clone [Protod3](https://github.com/giuinktse7/Protod3)
8080
2. Get client.exe from <tibia_dir>/packages/Tibia/bin/client.exe
81-
3. Run python2 protod.py client.exe
81+
3. Run python3 src/protod.py client.exe
8282
4. Add `syntax = "proto2";` as the first line in each `.proto` file.
8383
5. To generate C# bindings, place `.proto` files in `./in`. Then:
8484

0 commit comments

Comments
 (0)