about summary refs log tree commit diff
path: root/tvix/store-go
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2023-12-11T21·36+0200
committerclbot <clbot@tvl.fyi>2023-12-11T21·47+0000
commit92bd69aef23126412a15649e441339c96e001212 (patch)
tree439817f4879c3cf2026d165e2e4c3fd6ed0f15e1 /tvix/store-go
parenta1b2dc8aaf87b73025f4090308c9649e8bf66a99 (diff)
docs(tvix/*store-go): fix README invocation r/7153
The command is called `regenerate`, not `generate`.

Change-Id: I18075042ebd461e4dd0718a936e6bbe738a144d5
Reviewed-on: https://cl.tvl.fyi/c/depot/+/10259
Reviewed-by: raitobezarius <tvl@lahfa.xyz>
Tested-by: BuildkiteCI
Autosubmit: flokli <flokli@flokli.de>
Diffstat (limited to 'tvix/store-go')
-rw-r--r--tvix/store-go/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/tvix/store-go/README.md b/tvix/store-go/README.md
index 4cfa55a354..594513412d 100644
--- a/tvix/store-go/README.md
+++ b/tvix/store-go/README.md
@@ -3,8 +3,8 @@
 This directory contains generated golang bindings, both for the tvix-store data
 models, as well as the gRPC bindings.
 
-They are generated with `mg run //tvix:store-go-generate`.
+They are generated with `mg run //tvix:store-go:regenerate`.
 These files end with `.pb.go`, and are ensured to be up to date by Ci check.
 
 Additionally, code useful when interacting with these data structures
-(ending just with `.go`) is provided.
\ No newline at end of file
+(ending just with `.go`) is provided.