From 2574ceb63cecdc38dacdb67365d43f1e8226a961 Mon Sep 17 00:00:00 2001 From: Vemahk Date: Fri, 5 Jan 2024 20:31:34 -0600 Subject: [PATCH] goodness, there's more README. --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4d72864..d9f3841 100644 --- a/README.md +++ b/README.md @@ -118,10 +118,11 @@ port and docs dir: `zig build docserver && zig-out/bin/docserver --port=8989 call `r.sendError(err, status_code)` when you catch an error and a stack trace will be returned to the client / browser. - [**HTTPS**](examples/https/https.zig): Shows how easy it is to use facil.io's - openssl support. Must be compiled with the environment variable - `ZAP_USE_OPENSSL` set to `true` and requires openssl dev dependencies + openssl support. Must be compiled with `-Dopenssl=true` or the environment + variable `ZAP_USE_OPENSSL` set to `true` and requires openssl dev dependencies (headers, lib) to be installed on the system. - - run it like this: `ZAP_USE_OPENSSL=true zig build run-https` + - run it like this: `ZAP_USE_OPENSSL=true zig build run-https` + OR like this: `zig build -Dopenssl=true run-https` - it will tell you how to generate certificates I'll continue wrapping more of facil.io's functionality and adding stuff to zap