From 57200da48210724c8385ae77da4196acee000c09 Mon Sep 17 00:00:00 2001 From: Benjamin Loison Date: Sat, 21 Jan 2023 22:20:45 +0100 Subject: [PATCH] Add in `README.md` the fact that as documented in #30, this algorithm is only known to be working fin on Linux --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 133f552..67f252b 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ As would like to proceed channel per channel, the question is **how much time do Have to proceed with a breadth-first search approach as treating all *child* channels might take a time equivalent to treating the whole original tree. +Because of [the current compression mechanism](https://gitea.lemnoslife.com/Benjamin_Loison/YouTube_captions_search_engine/issues/30), Linux is the only known OS able to run this algorithm. + ```sh sudo apt install nlohmann-json3-dev make