aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
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