Skip to content
This repository was archived by the owner on Nov 6, 2024. It is now read-only.

Commit eeb1d6b

Browse files
committed
doc: Add reference to CONTRIBUTING.md to README
The contributing file contains instructions for how to (re)generate bindings, but this is a somewhat unintuitive location for these instructions. Thus explicitly refer to it from the README. Signed-off-by: Patrick Roy <roypat@amazon.co.uk>
1 parent 155e29e commit eeb1d6b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,7 @@ Due to the kernel's ABI compatibility, this means that bindings serialized
4646
in version `x` of `kvm-bindings` can be deserialized in version `y` of the
4747
crate, even if the bindings have had been regenerated in the meantime.
4848

49+
## Regenerating Bindings
50+
51+
Please see [`CONTRIBUTING.md`](CONTRIBUTING.md) for details on how to generate the bindings
52+
or add support for new architectures.

0 commit comments

Comments
 (0)