From 9fa05ba3841f3a7776b0b3645a3a92f32259d988 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Sat, 19 Feb 2022 22:41:32 +0100 Subject: [PATCH] Add early notice on Windows not being supported Signed-off-by: Joachim Wiberg --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 80bc408..6438e67 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,8 @@ to use the library is available in the `examples/` directory. Editline is maintained collaboratively at [GitHub][]. +> **Note:** Windows is not a supported target for editline. + Example -------