From 4d639569410e51f5aaefb6ae3d9282a58a28f562 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Sun, 15 Oct 2023 01:36:12 -0400 Subject: README.md: add "Usage" section --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 326a836..ff9241a 100644 --- a/README.md +++ b/README.md @@ -168,6 +168,16 @@ int main(void) { See the `examples/` directory for more examples. +## Usage + +To use this library in your application: + +1. Copy `sha3.h` and `sha3.c` into your source tree. +2. Update your build system to compile `sha3.o`. +3. Include `sha3.h` in your application. + +See examples in the `examples/` directory. + ## Documentation Full [API][] documentation is available in the comments of `sha3.h`. If -- cgit v1.2.3