aboutsummaryrefslogtreecommitdiff
path: root/c/README.md
diff options
context:
space:
mode:
authorJack O'Connor <[email protected]>2020-10-20 12:27:57 -0400
committerJack O'Connor <[email protected]>2020-10-20 12:51:30 -0400
commit09546a677d4949b1ea5a7d289581ca0141971021 (patch)
tree9e7f55fe4d98e4237f768dc23ea38f7438048511 /c/README.md
parentdae5dc5ef3bc2e366f7747f2bd77c82ba24b6259 (diff)
include example.c
Diffstat (limited to 'c/README.md')
-rw-r--r--c/README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/c/README.md b/c/README.md
index 6211243..5e8b4e6 100644
--- a/c/README.md
+++ b/c/README.md
@@ -35,8 +35,9 @@ int main() {
}
```
-If you save the example code above as `example.c`, and you're on x86\_64
-with a Unix-like OS, you can compile a working binary like this:
+The code above is included in this directory as `example.c`. If you're
+on x86\_64 with a Unix-like OS, you can compile a working binary like
+this:
```bash
gcc -O3 -o example example.c blake3.c blake3_dispatch.c blake3_portable.c \