mirror of
https://codeberg.org/steam-vent/proto.git
synced 2026-06-03 10:14:08 +02:00
Update README.md
Fix paths to proto-csgo, proto-dota2, and proto-tf2 and format shell commands as bash code block for easy copy paste.
This commit is contained in:
parent
d936a6049b
commit
a81b10d7b2
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
|
## Updating generated code
|
||||||
|
|
||||||
- cd build
|
```bash
|
||||||
- cargo r -- ../steam/{protos,src/generated}
|
cd build
|
||||||
- cargo r -- ../tf2/{protos,src/generated}
|
cargo r -- ../steam/{protos,src/generated}
|
||||||
- cargo r -- ../csgo/{protos,src/generated}
|
cargo r -- ../../proto-csgo/{protos,src/generated}
|
||||||
- cargo r -- ../dota2/{protos,src/generated}
|
cargo r -- ../../proto-dota2/{protos,src/generated}
|
||||||
|
cargo r -- ../../proto-tf2/{protos,src/generated}
|
||||||
|
```
|
||||||
|
|
||||||
## Using custom protobufs
|
## Using custom protobufs
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue