From 51af6120ac3462d5ca2d92154bffa7b99f23cb50 Mon Sep 17 00:00:00 2001 From: Vemahk Date: Fri, 5 Jan 2024 20:26:26 -0600 Subject: [PATCH] Another README update: for the https FAQ honestly not sure how to concisely express that. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a5ba16..4d72864 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,8 @@ Exactly the goals I set out to achieve! - Q: **Does ZAP support TLS / HTTPS?** - A: Yes, ZAP supports using the system's openssl. See the [https](./examples/https/https.zig) example and make sure to build with - the environment variable `ZAP_USE_OPENSSL=true`: + the -Dopenssl flag or the environment variable `ZAP_USE_OPENSSL=true`: + - `.openssl = true,` (in build.zig, `b.dependency("zap" .{...})`) - `ZAP_USE_OPENSSL=true zig build https` - Q: **Are there API docs?** - A: They are under development. Git clone this, then run `zig build run-docserver`.