From cf380e60b3d84ac85ca45437306a7fe390675ee3 Mon Sep 17 00:00:00 2001 From: Michael Quigley Date: Wed, 8 Nov 2023 11:30:20 -0500 Subject: [PATCH] office hours --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index b6a1231d..8ad3c2c6 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,14 @@ The single `zrok` binary contains everything you need to operate `zrok` environm See the [Self-Hosting Guide](https://docs.zrok.io/docs/guides/self-hosting/self_hosting_guide/) for details on getting your own `zrok` service instance running. +# zrok Office Hours + +We maintain a growing playlist of videos focusing on various aspects of `zrok`. This includes the "office hours" series, which are longer-format videos digging into the implementation of `zrok` and showcasing some of the latest features and capabilities: + +[![zrok Office Hours](https://img.youtube.com/vi/Edqv7yRmXb0/0.jpg)](https://www.youtube.com/watch?v=Edqv7yRmXb0&list=PLMUj_5fklasLuM6XiCNqwAFBuZD1t2lO2) + + + ## Building If you are interested in building `zrok` for yourself instead of using a released package, please refer to [BUILD.md](./BUILD.md)