mirror of
https://codeberg.org/steam-vent/proto.git
synced 2026-06-03 18:24:07 +02:00
Merge pull request 'Update README.md' (#2) from TBK/proto:readme into main
Reviewed-on: https://codeberg.org/steam-vent/proto/pulls/2
This commit is contained in:
commit
107c0bdabc
1 changed files with 7 additions and 5 deletions
12
README.md
12
README.md
|
|
@ -4,11 +4,13 @@ Sourced from https://github.com/SteamDatabase/Protobufs
|
|||
|
||||
## Updating generated code
|
||||
|
||||
- cd build
|
||||
- cargo r -- ../steam/{protos,src/generated}
|
||||
- cargo r -- ../tf2/{protos,src/generated}
|
||||
- cargo r -- ../csgo/{protos,src/generated}
|
||||
- cargo r -- ../dota2/{protos,src/generated}
|
||||
```bash
|
||||
cd build
|
||||
cargo r -- ../steam/{protos,src/generated}
|
||||
cargo r -- ../../proto-csgo/{protos,src/generated}
|
||||
cargo r -- ../../proto-dota2/{protos,src/generated}
|
||||
cargo r -- ../../proto-tf2/{protos,src/generated}
|
||||
```
|
||||
|
||||
## Using custom protobufs
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue