Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
t0yv0 committed Dec 11, 2024
1 parent 6b08b02 commit 720b9e2
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions pkg/vendored/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,8 @@ Borrows TF Protocol 6 proto definitions and rebuilds the Go code for use in brid

Similarly to `tfplugin6` but builds TF Protocol 5 definitions.


## Helpers

### proto

Scripts for acquiring and re-generating `tfplugin5` and `tfplugin6` packages. To rebuild:

cd proto
make tfplugin

## Notes

The vendored code is currently maintained via `go generate` scripts. To re-acquire the code, run `go generate`. Consult `generate.go` to edit version references or transformations.
The vendored code is currently maintained via `go generate` script and `Makefile`. To re-acquire all the code, run `make vendor`. Consult `generate.go` to edit version references or transformations.

This folder is called `vendored` and not `vendor` to avoid conflicting with Go module vendoring.

0 comments on commit 720b9e2

Please sign in to comment.