You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,31 +82,31 @@ message Transaction {
82
82
83
83
When using the runtime library after installing it with `pip`, it's necessary to generate the Python code for the core `buf.protovalidate` Protobuf package. `buf` provides an efficient method for this:
84
84
85
-
1.**Initialize a New Configuration File**:
85
+
1.**Initialize a New Configuration File**:
86
86
```shell
87
-
buf mod init
87
+
buf config init
88
88
```
89
89
This initializes the `buf.yaml` configuration file at the root of the Protobuf source files.
0 commit comments